arrow-optics
1.1.3-alpha.22
arrow-optics
/
arrow.optics
/
Getter
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Functions
codiagonal
Link copied to clipboard
fun
<
S
>
codiagonal
(
)
:
Getter
<
Either
<
S
,
S
>
,
S
>
Content copied to clipboard
Getter
that takes either
S
or
S
and strips the choice of
S
.
id
Link copied to clipboard
fun
<
S
>
id
(
)
:
Getter
<
S
,
S
>
Content copied to clipboard