Uses of Class
fj.data.optic.Traversal
Packages that use Traversal
Package
Description
Common algebraic data types.
Optic data types adapted from the Scala Monocle library
and inspired by the
Haskell Lens library.
-
Uses of Traversal in fj.data
-
Uses of Traversal in fj.data.optic
Methods in fj.data.optic that return TraversalModifier and TypeMethodDescriptionIso.asTraversal()Lens.asTraversal()Optional.asTraversal()Prism.asTraversal()Traversal.codiagonal()Iso.composeTraversal(Traversal<A, C> other) Lens.composeTraversal(Traversal<A, C> other) Optional.composeTraversal(Traversal<A, C> other) Prism.composeTraversal(Traversal<A, C> other) Traversal.composeTraversal(Traversal<A, C> other) static <S> Traversal<S, S> Traversal.id()join twoTraversalwith the same targetstatic <S,A> Traversal <S, A> Traversal.traversal(F<S, A> get1, F<S, A> get2, F<S, A> get3, F<S, A> get4, F<S, A> get5, F<S, A> get6, F7<A, A, A, A, A, A, S, S> set) static <S,A> Traversal <S, A> Traversal.traversal(F<S, A> get1, F<S, A> get2, F<S, A> get3, F<S, A> get4, F<S, A> get5, F6<A, A, A, A, A, S, S> set) static <S,A> Traversal <S, A> static <S,A> Traversal <S, A> static <S,A> Traversal <S, A> Methods in fj.data.optic with parameters of type TraversalModifier and TypeMethodDescriptionIso.composeTraversal(Traversal<A, C> other) Lens.composeTraversal(Traversal<A, C> other) Optional.composeTraversal(Traversal<A, C> other) Prism.composeTraversal(Traversal<A, C> other) Setter.composeTraversal(Traversal<A, C> other) Traversal.composeTraversal(Traversal<A, C> other) join twoTraversalwith the same target