Uses of Class
io.atlassian.fugue.optic.Lens
Packages that use Lens
-
Uses of Lens in io.atlassian.fugue.optic
Methods in io.atlassian.fugue.optic that return LensModifier and TypeMethodDescriptionIso.asLens()Lens.composeIso(Iso<A, C> other) Iso.composeLens(Lens<A, C> other) Lens.composeLens(Lens<A, C> other) static <S> Lens<S, S> Lens.id()static <S,A> Lens <S, A> create aLensusing a pair of functions: one to get the target, one to set the target.join twoLenswith the same targetMethods in io.atlassian.fugue.optic with parameters of type LensModifier and TypeMethodDescriptionIso.composeLens(Lens<A, C> other) Lens.composeLens(Lens<A, C> other) Optional.composeLens(Lens<A, C> other) Prism.composeLens(Lens<A, C> other) join twoLenswith the same target -
Uses of Lens in io.atlassian.fugue.optic.std
Methods in io.atlassian.fugue.optic.std that return Lens