AppliedPolyLensOps

final case class AppliedPolyLensOps[S, T, F[_], A](appliedLens: AppliedLens_[S, T, F[A], A]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def sequence(implicit ev: Applicative[F]): F[T]

invert a structure of S containing F[A] to F[T], a structure T containing A's inside an Applicative Functor

invert a structure of S containing F[A] to F[T], a structure T containing A's inside an Applicative Functor

Inherited methods

Inherited from:
Product