arrow-optics / arrow.optics / PPrism / plus
open operator fun <C, D> plus(other:
PPrism
<A, B, C, D>):
PPrism
<S, T, C, D>
Plus operator overload to compose lenses
open operator fun <C, D> plus(other:
POptional
<A, B, C, D>):
POptional
<S, T, C, D>
open operator fun <C, D> plus(other:
PLens
<A, B, C, D>):
POptional
<S, T, C, D>
open operator fun <C, D> plus(other:
PIso
<A, B, C, D>):
PPrism
<S, T, C, D>
open operator fun <C, D> plus(other:
PSetter
<A, B, C, D>):
PSetter
<S, T, C, D>
open operator fun <C> plus(other:
Fold
<A, C>):
Fold
<S, C>
open operator fun <C, D> plus(other:
PTraversal
<A, B, C, D>):
PTraversal
<S, T, C, D>
Do you like Arrow?
✖