Uses of Class
fj.data.optic.Getter
Packages that use Getter
Package
Description
Optic data types adapted from the Scala Monocle library
and inspired by the
Haskell Lens library.
-
Uses of Getter in fj.data.optic
Methods in fj.data.optic that return GetterModifier and TypeMethodDescriptionPIso.asGetter()PLens.asGetter()Getter.codiagonal()Getter.composeGetter(Getter<A, B> other) PIso.composeGetter(Getter<A, C> other) PLens.composeGetter(Getter<A, C> other) Getter.composeIso(PIso<A, B, C, D> other) Getter.composeLens(PLens<A, B, C, D> other) Getter.first()static <S,A> Getter <S, A> static <A> Getter<A, A> Getter.id()pair two disjointGetterPPrism.re()Getter.second()join twoGetterwith the same targetMethods in fj.data.optic with parameters of type GetterModifier and TypeMethodDescriptionPTraversal.composeFold(Getter<A, C> other) compose aPTraversalwith aGetterFold.composeGetter(Getter<A, C> other) Getter.composeGetter(Getter<A, B> other) PIso.composeGetter(Getter<A, C> other) PLens.composeGetter(Getter<A, C> other) POptional.composeGetter(Getter<A, C> other) PPrism.composeGetter(Getter<A, C> other) pair two disjointGetterjoin twoGetterwith the same target