JchuComponents
Toggle table of contents
3.0.0-alpha07
release
Target filter
release
Switch theme
Search in API
Skip to content
JchuComponents
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
Left
Right