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