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 disjointGetter
PPrism.re()
Getter.second()
join twoGetter
with the same targetMethods in fj.data.optic with parameters of type GetterModifier and TypeMethodDescriptionPTraversal.composeFold
(Getter<A, C> other) compose aPTraversal
with aGetter
Fold.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 disjointGetter
join twoGetter
with the same target