c

zio.prelude.AssociativeBothSyntax

AssociativeBothTuple2Ops

implicit class AssociativeBothTuple2Ops[F[+_], T1, T2] extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AssociativeBothTuple2Ops
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AssociativeBothTuple2Ops(tf: => (F[T1], F[T2]))

Value Members

  1. def mapN[R](f: (T1, T2) => R)(implicit both: AssociativeBoth[F], covariant: Covariant[F]): F[R]
  2. def tupleN(implicit both: AssociativeBoth[F], covariant: Covariant[F]): F[(T1, T2)]