arrow-optics / arrow.optics / Getter / first
open fun <C> first(): Getter<Tuple2<S, C>, Tuple2<A, C>>
open fun <C> first():
Getter
<Tuple2<S, C>, Tuple2<A, C>>
Create a product of the Getter and a type C
Do you like Arrow?