AppliedLensTraversalOps

final case class AppliedLensTraversalOps[F[_], S, T, A](appliedLens: AppliedLens_[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 AppliedLens_ with a proptics.Fold having this AppliedLens_ applied first

compose this AppliedLens_ with a proptics.Fold having this AppliedLens_ applied first

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

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

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

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

Inherited methods

Inherited from:
Product