JchuComponents
Toggle table of contents
3.0.0-alpha07
common
Target filter
common
Switch theme
Search in API
Skip to content
JchuComponents
jchucomponents-foundation
/
com.jeluchu.jchucomponents.foundation.functional
/
map
map
inline
fun
<
L
,
R
,
T
>
Either
<
L
,
R
>
.
map
(
transform
:
(
R
)
->
T
)
:
Either
<
L
,
T
>