arrow-optics / arrow.optics / Getter / zip

zip

open infix fun <C> zip(other: Getter<S, C>): Getter<S, Tuple2<A, C>>

Zip two Getter optics with the same source S

Do you like Arrow?

Arrow Org
<