Arrow
1.1.5
arrow-optics
/
arrow.optics
/
PIso
/
Companion
/
nullableToPOption
nullable
To
POption
@
JvmStatic
fun
<
A
,
B
>
nullableToPOption
(
)
:
PIso
<
A
?
,
B
?
,
Option
<
A
>
,
Option
<
B
>
>
(
source
)
PIso
that defines the equality between the nullable platform type and
Option
.