getOrNull

fun getOrNull(): T?(source)

Returns the encapsulated value if this instance represents success or null if it represents failed result.