isLeft

fun <L, R> Either<L, R>.isLeft(): Boolean

Returns true if this is a Left, false otherwise.

See also