rightOrNull abstract method

R? rightOrNull()

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

Implementation

R? rightOrNull();