Uses of Class
fj.data.optic.Iso
Packages that use Iso
Package
Description
Optic data types adapted from the Scala Monocle library
and inspired by the
Haskell Lens library.
-
Uses of Iso in fj.data.optic
Methods in fj.data.optic that return IsoModifier and TypeMethodDescriptionIso.composeIso(Iso<A, C> other) Iso.first()static <S> Iso<S, S> Iso.id()create anIsobetween any type and itself.static <S,A> Iso <S, A> create anIsousing a pair of functions: one to get the target and one to get the source.pair two disjointIsoIso.reverse()Iso.second()Methods in fj.data.optic with parameters of type IsoModifier and TypeMethodDescriptionIso.composeIso(Iso<A, C> other) Lens.composeIso(Iso<A, C> other) Optional.composeIso(Iso<A, C> other) Prism.composeIso(Iso<A, C> other) Setter.composeIso(Iso<A, C> other) pair two disjointIso