leftOrNull abstract method

L? leftOrNull()

Returns the Left value if this is a Left, otherwise null.

Implementation

L? leftOrNull();