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