getOrNull

abstract fun getOrNull(): T?

Gets the result of the computation when successful, or null otherwise.