Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-optics
/
arrow.optics
/
PIso
/
Companion
/
nullableToPOption
nullable
To
POption
@
JvmStatic
fun
<
A
,
B
>
nullableToPOption
(
)
:
PIso
<
A
?
,
B
?
,
Option
<
A
>
,
Option
<
B
>
>
PIso
that defines the equality between the nullable platform type and
Option
.