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