Uses of Class
io.atlassian.fugue.optic.Prism
Packages that use Prism
-
Uses of Prism in io.atlassian.fugue.optic
Methods in io.atlassian.fugue.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 io.atlassian.fugue.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) -
Uses of Prism in io.atlassian.fugue.optic.std
Methods in io.atlassian.fugue.optic.std that return Prism