Uses of Class
fj.data.optic.Prism
Packages that use Prism
Package
Description
Common algebraic data types.
Optic data types adapted from the Scala Monocle library
and inspired by the
Haskell Lens library.
-
Uses of Prism in fj.data
-
Uses of Prism in fj.data.optic
Methods in fj.data.optic that return PrismModifier and TypeMethodDescriptionIso.asPrism()Prism.composeIso(Iso<A, C> other) Iso.composePrism(Prism<A, C> other) Prism.composePrism(Prism<A, C> other) static <S> Prism<S, S> Prism.id()static <S,A> Prism <S, A> Methods in fj.data.optic with parameters of type PrismModifier and TypeMethodDescriptionIso.composePrism(Prism<A, C> other) Lens.composePrism(Prism<A, C> other) Optional.composePrism(Prism<A, C> other) Prism.composePrism(Prism<A, C> other)