toNullable abstract method

R? toNullable()

Convert Either to nullable R?.

Note: this loses information about a possible Left value, converting it to simply null.

Implementation

R? toNullable();