getOrNull

fun getOrNull(): V?

Returns the value if this Optional is Present or null else.