either
Toggle table of contents
2.0.2
common
Platform filter
common
Switch theme
Search in API
either
either
/
net.orandja.either
/
alsoRight
also
Right
inline
fun
<
L
,
R
>
Either
<
L
,
R
>
.
alsoRight
(
block
:
(
R
)
->
Unit
)
:
Either
<
L
,
R
>
On a
Right
Either, calls the specified function
block
with
Either.right
.
Return
this