unwrap

fun <T> Optional<T>.unwrap(): T?

Unwraps an Optional to a nullable T?.


fun <T> Possible<T>.unwrap(): T?

Unwraps the D4J Possible into a nullable type.