arrow-core
1.0.2-alpha.43
common
arrow-core
/
arrow.core
/
Either
/
bimap
bimap
common
inline
fun
<
C
,
D
>
bimap
(
leftOperation
:
(
A
)
->
C
,
rightOperation
:
(
B
)
->
D
)
:
Either
<
C
,
D
>
Content copied to clipboard
Map over Left and Right of this Either