arrow-optics / arrow.optics / Getter / choice
open infix fun <C> choice(other: Getter<C, A>): Getter<Either<S, C>, A>
open infix fun <C> choice(other:
Getter
<C, A>):
<Either<S, C>, A>
Join two Getter with the same focus
Do you like Arrow?