ATraversal
Value members
Concrete methods
create a monomorphic ATraversal from a getter/setter pair
create a monomorphic ATraversal from a getter/setter pair
traverse both parts of a cats.Bitraverse with matching types
traverse both parts of a cats.Bitraverse with matching types
create a monomorphic ATraversal that selects all elements of a Traverse except the first n ones
create a monomorphic ATraversal that selects all elements of a Traverse except the first n ones
create a monomorphic ATraversal that drop longest prefix of elements of a Traverse that satisfy a predicate
create a monomorphic ATraversal that drop longest prefix of elements of a Traverse that satisfy a predicate
traverse elements of an ATraversal, that satisfy a predicate
traverse elements of an ATraversal, that satisfy a predicate
traverse elements of an ATraversal, by taking the first element of a Fold and using it as a filter
traverse elements of an ATraversal, by taking the first element of a Fold and using it as a filter
create a monomorphic ATraversal from a proptics.internal.Bazaar
create a monomorphic ATraversal from a proptics.internal.Bazaar
create a monomorphic ATraversal from a cats.Traverse
create a monomorphic ATraversal from a cats.Traverse
convert an ATraversal into a Lens over a list of the ATraversal's foci
convert an ATraversal into a Lens over a list of the ATraversal's foci
create a monomorphic ATraversal that narrows the focus to a single element
create a monomorphic ATraversal that narrows the focus to a single element
create a monomorphic ATraversal that selects the first n elements of a Traverse
create a monomorphic ATraversal that selects the first n elements of a Traverse
create a monomorphic ATraversal that takes the longest prefix of elements of a Traverse that satisfy a predicate
create a monomorphic ATraversal that takes the longest prefix of elements of a Traverse that satisfy a predicate
create a monomorphic ATraversal from a combined getter/setter
create a monomorphic ATraversal from a combined getter/setter