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