Uses of Class
fj.data.optic.Lens
Packages that use Lens
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 Lens in fj
-
Uses of Lens in fj.data.optic
Methods in fj.data.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 aLens
using a pair of functions: one to get the target, one to set the target.join twoLens
with the same targetMethods in fj.data.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 twoLens
with the same target