facet
0.5.0-SNAPSHOT
common
/
io.facet.common
/
unwrap
unwrap
fun
<
T
>
Optional
<
T
>
.
unwrap
(
)
:
T
?
Content copied to clipboard
Unwraps an Optional
to a nullable T?.
fun
<
T
>
Possible
<
T
>
.
unwrap
(
)
:
T
?
Content copied to clipboard
Unwraps the D4J
Possible
into a nullable type.