Uses of Class
io.atlassian.fugue.optic.Setter
Packages that use Setter
-
Uses of Setter in io.atlassian.fugue.optic
Methods in io.atlassian.fugue.optic that return SetterModifier and TypeMethodDescriptionIso.asSetter()Lens.asSetter()Optional.asSetter()Prism.asSetter()Traversal.asSetter()Setter.codiagonal()Setter.composeIso(Iso<A, C> other) Iso.composeSetter(Setter<A, C> other) Lens.composeSetter(Setter<A, C> other) Optional.composeSetter(Setter<A, C> other) Prism.composeSetter(Setter<A, C> other) Setter.composeSetter(Setter<A, C> other) Traversal.composeSetter(Setter<A, C> other) Setter.composeTraversal(Traversal<A, C> other) static <S> Setter<S, S> Setter.id()static <S,A> Setter <S, A> alias forPSetterconstructor with a monomorphic modify functionjoin twoSetterwith the same targetMethods in io.atlassian.fugue.optic with parameters of type SetterModifier and TypeMethodDescriptionIso.composeSetter(Setter<A, C> other) Lens.composeSetter(Setter<A, C> other) Optional.composeSetter(Setter<A, C> other) Prism.composeSetter(Setter<A, C> other) Setter.composeSetter(Setter<A, C> other) Traversal.composeSetter(Setter<A, C> other) join twoSetterwith the same target