arrow-optics / arrow.optics / PSetter / compose
open infix fun <C, D> compose(other: PSetter<A, B, C, D>): PSetter<S, T, C, D>
Compose a PSetter with a PSetter
open infix fun <C, D> compose(other: POptional<A, B, C, D>): PSetter<S, T, C, D>
Compose a PSetter with a POptional
open infix fun <C, D> compose(other: PPrism<A, B, C, D>): PSetter<S, T, C, D>
Compose a PSetter with a PPrism
open infix fun <C, D> compose(other: PLens<A, B, C, D>): PSetter<S, T, C, D>
Compose a PSetter with a PLens
open infix fun <C, D> compose(other: PIso<A, B, C, D>): PSetter<S, T, C, D>
open infix fun <C, D> compose(other: PTraversal<A, B, C, D>): PSetter<S, T, C, D>
Compose a PSetter with a PTraversal
Do you like Arrow?
✖