Traversal for Either that has focus in each Either.Right.
Traversal for List that focuses in each A of the source List.
Traversal for NonEmptyList that has focus in each A.
Traversal for Option that has focus in each arrow.core.Some.
Traversal to focus into the first and second value of a Pair
Traversal for String that focuses in each Char of the source String.
Traversal to focus into the first, second and third value of a Triple
Traversal to focus into the first, second, third, fourth, fifth, sixth, seventh, eight, ninth and tenth value of a arrow.core.Tuple10
Traversal to focus into the first, second, third and fourth value of a arrow.core.Tuple4
PTraversal to focus into the first, second, third, fourth and fifth value of a arrow.core.Tuple5
Traversal to focus into the first, second, third, fourth, fifth and sixth value of a arrow.core.Tuple6
Traversal to focus into the first, second, third, fourth, fifth, sixth and seventh value of a arrow.core.Tuple7
Traversal to focus into the first, second, third, fourth, fifth, sixth, seventh and eight value of a arrow.core.Tuple8
Traversal to focus into the first, second, third, fourth, fifth, sixth, seventh, eight and ninth value of a arrow.core.Tuple9