Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-optics
/
arrow.optics
/
PIso
/
Companion
/
optionToPEither
option
To
PEither
@
JvmStatic
fun
<
A
,
B
>
optionToPEither
(
)
:
PIso
<
Option
<
A
>
,
Option
<
B
>
,
Either
<
Unit
,
A
>
,
Either
<
Unit
,
B
>
>
Iso
that defines the equality between and
arrow.core.Option
and
arrow.core.Either