Tupled2

object Tupled2
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Tupled2.type

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 establish[A, B, Var[_], Val[_], K[_]](ra: Val[A], rb: Val[B])(implicit P: Aux1[K, Var, Val], R: Relations[K], O: HOrderK[Val], da: SyncDom[A], db: SyncDom[B]): ContU[K, Val[(A, B)]]
def recipe[A, B, Var[_], Val[_], K[_]](implicit P: Aux1[K, Var, Val], da: SyncDom[A], db: SyncDom[B]): Recipe[Val[A] :: Val[B] :: Val[(A, B)] :: HNil, Val[A] :: Val[B] :: HNil, K]