toggle menu
kollectivequery
JVM
switch theme
search in API
kollectivequery
/
no.acntech.kollectiveq.util.lang
/
TransformFunction
Transform
Function
typealias
TransformFunction
<
T
,
R
>
=
(
T
)
->
R
(
source
)
Transform function that takes an input of type T and returns an output of type R.