AppliedAffineTraversalOps

final case class AppliedAffineTraversalOps[F[_], S, T, A](appliedAffineTraversal: AppliedAffineTraversal_[S, T, F[A], F[A]]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def andThenFold(implicit ev: Foldable[F]): AppliedFold_[S, T, A, A]

compose this AffineTraversal_ with a Fold having this AffineTraversal_ applied first

compose this AffineTraversal_ with a Fold having this AffineTraversal_ applied first

def andThenTraverse(implicit ev: Traverse[F]): AppliedTraversal_[S, T, A, A]

compose this AffineTraversal_ with a Traversal, having this AffineTraversal_ applied first

compose this AffineTraversal_ with a Traversal, having this AffineTraversal_ applied first

def optic: AffineTraversal_[S, T, F[A], F[A]]
def value: S

Inherited methods

Inherited from:
Product