arrow-optics / arrow.optics / Getter / plus

plus

open operator fun <C> plus(other: Getter<A, C>): Getter<S, C>

Plus operator overload to compose optionals

open operator fun <C> plus(other: Lens<A, C>): Getter<S, C> open operator fun <C> plus(other: Iso<A, C>): Getter<S, C> open operator fun <C> plus(other: Fold<A, C>): Fold<S, C>

Do you like Arrow?

Arrow Org
<