ATraversalSequenceOps

final case class ATraversalSequenceOps[F[_], I, S, T, A](grate: ATraversal_[S, T, F[A], A]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def sequence(s: S)(implicit ev0: 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