Uses of Class
fj.data.optic.Setter
Packages that use Setter
Package
Description
Optic data types adapted from the Scala Monocle library
and inspired by the
Haskell Lens library.
-
Uses of Setter in fj.data.optic
Methods in fj.data.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 forPSetter
constructor with a monomorphic modify functionjoin twoSetter
with the same targetMethods in fj.data.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 twoSetter
with the same target