kalium
common
logic
/
com.wire.kalium.logic.functional
/
isRight
is
Right
fun
<
L
,
R
>
Either
<
L
,
R
>
.
isRight
(
)
:
Boolean
Returns true if this is a Right, false otherwise.
See also
Either.
Right