arrow-optics / arrow.optics / Getter / compose
open infix fun <C> compose(other: Getter<A, C>): Getter<S, C>
Compose a Getter with a Getter
open infix fun <C> compose(other: Lens<A, C>): Getter<S, C>
open infix fun <C> compose(other: Iso<A, C>): Getter<S, C>
Do you like Arrow?
✖