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