Tuple2K

object Tuple2K extends Tuple2KInstances
Companion
class
trait Product
trait Mirror
class Tuple2KInstances
class Tuple2KInstances0
class Tuple2KInstances1
class Tuple2KInstances2
class Tuple2KInstances3
class Tuple2KInstances4
class Tuple2KInstances5
class Tuple2KInstances6
class Tuple2KInstances7
class Tuple2KInstances8
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def firstK[F[_], G[_]]: FunctionK[[_] =>> Tuple2K[F, G, _$8], F]

Higher-kinded version of Tuple2K.first

Higher-kinded version of Tuple2K.first

def secondK[F[_], G[_]]: FunctionK[[_] =>> Tuple2K[F, G, _$12], G]

Higher-kinded version of Tuple2K.second

Higher-kinded version of Tuple2K.second

Implicits

Inherited implicits

implicit def catsDataAlternativeForTuple2K[F[_], G[_]](FF: Alternative[F], GG: Alternative[G]): Alternative[[α] =>> Tuple2K[F, G, α]]
Inherited from
Tuple2KInstances1
implicit def catsDataApplicativeForTuple2K[F[_], G[_]](FF: Applicative[F], GG: Applicative[G]): Applicative[[α] =>> Tuple2K[F, G, α]]
Inherited from
Tuple2KInstances5
implicit def catsDataApplyForTuple2K[F[_], G[_]](FF: Apply[F], GG: Apply[G]): Apply[[α] =>> Tuple2K[F, G, α]]
Inherited from
Tuple2KInstances6
Inherited from
Tuple2KInstances3
implicit def catsDataCommutativeApplyForTuple2K[F[_], G[_]](FF: CommutativeApply[F], GG: CommutativeApply[G]): CommutativeApply[[α] =>> Tuple2K[F, G, α]]
Inherited from
Tuple2KInstances4
implicit def catsDataContravariantForTuple2K[F[_], G[_]](FC: Contravariant[F], GC: Contravariant[G]): Contravariant[[α] =>> Tuple2K[F, G, α]]
Inherited from
Tuple2KInstances0
Inherited from
Tuple2KInstances
implicit def catsDataDeferForTuple2K[F[_], G[_]](F: Defer[F], G: Defer[G]): Defer[[_] =>> Tuple2K[F, G, _$22]]
Inherited from
Tuple2KInstances
implicit def catsDataDistributiveForTuple2K[F[_], G[_]](FF: Distributive[F], GG: Distributive[G]): Distributive[[α] =>> Tuple2K[F, G, α]]
Inherited from
Tuple2KInstances7
implicit def catsDataEqForTuple2K[F[_], G[_], A](FF: Eq[F[A]], GG: Eq[G[A]]): Eq[Tuple2K[F, G, A]]
Inherited from
Tuple2KInstances0
implicit def catsDataFoldableForTuple2K[F[_], G[_]](FF: Foldable[F], GF: Foldable[G]): Foldable[[α] =>> Tuple2K[F, G, α]]
Inherited from
Tuple2KInstances1
implicit def catsDataFunctorForTuple2K[F[_], G[_]](FF: Functor[F], GG: Functor[G]): Functor[[α] =>> Tuple2K[F, G, α]]
Inherited from
Tuple2KInstances8
implicit def catsDataMonadForTuple2K[F[_], G[_]](FM: Monad[F], GM: Monad[G]): Monad[[α] =>> Tuple2K[F, G, α]]
Inherited from
Tuple2KInstances2
implicit def catsDataMonoidKForTuple2K[F[_], G[_]](FF: MonoidK[F], GG: MonoidK[G]): MonoidK[[α] =>> Tuple2K[F, G, α]]
Inherited from
Tuple2KInstances2
implicit def catsDataOrderForTuple2K[F[_], G[_], A](FF: Order[F[A]], GF: Order[G[A]]): Order[Tuple2K[F, G, A]]
Inherited from
Tuple2KInstances
implicit def catsDataRepresentableForTuple2K[F[_], G[_]](FF: Representable[F], GG: Representable[G]): Aux[[_] =>> Tuple2K[F, G, _$36], Either[Representation, Representation]]
Inherited from
Tuple2KInstances1
implicit def catsDataSemigroupKForTuple2K[F[_], G[_]](FF: SemigroupK[F], GG: SemigroupK[G]): SemigroupK[[α] =>> Tuple2K[F, G, α]]
Inherited from
Tuple2KInstances4
implicit def catsDataSemigroupalForTuple2K[F[_], G[_]](FF: Semigroupal[F], GG: Semigroupal[G]): Semigroupal[[α] =>> Tuple2K[F, G, α]]
Inherited from
Tuple2KInstances8
implicit def catsDataShowForTuple2K[F[_], G[_], A](FF: Show[F[A]], GF: Show[G[A]]): Show[Tuple2K[F, G, A]]
Inherited from
Tuple2KInstances
implicit def catsDataTraverseForTuple2K[F[_], G[_]](FF: Traverse[F], GF: Traverse[G]): Traverse[[α] =>> Tuple2K[F, G, α]]
Inherited from
Tuple2KInstances0