isRight

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

Returns true if this is a Right, false otherwise.

See also