IsoSequenceOps

final case class IsoSequenceOps[F[_], S, T, A](iso: Iso_[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 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