Transfer

libretto.lambda.Shuffle.Transfer
See theTransfer companion trait
object Transfer

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Transfer.type

Members list

Type members

Classlikes

case class AssocLR[A1, A2, A3, B2, B3](g: TransferOpt[A2, A3, B2, B3]) extends Transfer[A1 |*| A2, A3, A1, B2 |*| B3]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Transfer[A1 |*| A2, A3, A1, B2 |*| B3]
trait TransferOpt[A1 |*| A2, A3, A1, B2 |*| B3]
class Object
trait Matchable
class Any
Show all
case class AssocRL[A1, A2, A3, B1, B2](g: TransferOpt[A1, A2, B1, B2]) extends Transfer[A1, A2 |*| A3, B1 |*| B2, A3]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Transfer[A1, A2 |*| A3, B1 |*| B2, A3]
trait TransferOpt[A1, A2 |*| A3, B1 |*| B2, A3]
class Object
trait Matchable
class Any
Show all
case class IX[A1, A2, A3, B1, B2](g: TransferOpt[A1, A3, B1, B2]) extends Transfer[A1 |*| A2, A3, B1 |*| B2, A2]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Transfer[A1 |*| A2, A3, B1 |*| B2, A2]
trait TransferOpt[A1 |*| A2, A3, B1 |*| B2, A2]
class Object
trait Matchable
class Any
Show all
case class IXI[A1, A2, A3, A4, B1, B2, B3, B4](g1: TransferOpt[A1, A3, B1, B2], g2: TransferOpt[A2, A4, B3, B4]) extends Transfer[A1 |*| A2, A3 |*| A4, B1 |*| B2, B3 |*| B4]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Transfer[A1 |*| A2, A3 |*| A4, B1 |*| B2, B3 |*| B4]
trait TransferOpt[A1 |*| A2, A3 |*| A4, B1 |*| B2, B3 |*| B4]
class Object
trait Matchable
class Any
Show all
case class Swap[X1, X2]() extends Transfer[X1, X2, X2, X1]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Transfer[X1, X2, X2, X1]
trait TransferOpt[X1, X2, X2, X1]
class Object
trait Matchable
class Any
Show all
case class XI[A1, A2, A3, B2, B3](g: TransferOpt[A1, A3, B2, B3]) extends Transfer[A1, A2 |*| A3, A2, B2 |*| B3]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Transfer[A1, A2 |*| A3, A2, B2 |*| B3]
trait TransferOpt[A1, A2 |*| A3, A2, B2 |*| B3]
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror