Uses of Class
fj.data.optic.PLens
Packages that use PLens
Package
Description
Types that set the premise for the existence of Functional Java.
Optic data types adapted from the Scala Monocle library
and inspired by the
Haskell Lens library.
-
Uses of PLens in fj
-
Uses of PLens in fj.data.optic
Subclasses of PLens in fj.data.opticFields in fj.data.optic declared as PLensMethods in fj.data.optic that return PLensModifier and TypeMethodDescriptionPIso.asLens()
PLens.composeIso
(PIso<A, B, C, D> other) PIso.composeLens
(PLens<A, B, C, D> other) PLens.composeLens
(PLens<A, B, C, D> other) static <S,
T> PLens <S, T, S, T> PLens.pId()
static <S,
T, A, B>
PLens<S, T, A, B> create aPLens
using a pair of functions: one to get the target, one to set the target.join twoPLens
with the same targetMethods in fj.data.optic with parameters of type PLensModifier and TypeMethodDescriptionFold.composeLens
(PLens<A, B, C, D> other) Getter.composeLens
(PLens<A, B, C, D> other) PIso.composeLens
(PLens<A, B, C, D> other) PLens.composeLens
(PLens<A, B, C, D> other) POptional.composeLens
(PLens<A, B, C, D> other) PPrism.composeLens
(PLens<A, B, C, D> other) PSetter.composeLens
(PLens<A, B, C, D> other) final <C,
D> PTraversal <S, T, C, D> PTraversal.composeLens
(PLens<A, B, C, D> other) compose aPTraversal
with aPLens
join twoPLens
with the same targetConstructors in fj.data.optic with parameters of type PLens