toNullable abstract method

T? toNullable()

Return value of type T when this Option is a Some, null otherwise.

Implementation

T? toNullable();