toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-core
/
com.jeluchu.jchucomponents.core.functional
/
Either
/
fold
fold
fun
fold
(
fnL
:
(
L
)
->
Any
,
fnR
:
(
R
)
->
Any
)
:
Any
Applies fnL if this is a Left or fnR if this is a Right.
See also
Either.
Left
Either.
Right