TransferOpt

libretto.lambda.Shuffle.TransferOpt
See theTransferOpt companion trait
object TransferOpt

Attributes

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

Members list

Type members

Classlikes

case class None[A1, A2]() extends None0[A1, A2, A1, A2]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait None0[A1, A2, A1, A2]
trait TransferOpt[A1, A2, A1, A2]
class Object
trait Matchable
class Any
Show all
object None0

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
None0.type
sealed trait None0[A1, A2, B1, B2] extends TransferOpt[A1, A2, B1, B2]

Attributes

Companion
object
Supertypes
trait TransferOpt[A1, A2, B1, B2]
class Object
trait Matchable
class Any
Known subtypes
class None[A1, A2]

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

Value members

Concrete methods

def decompose[A1, A2, B1, B2](f: TransferOpt[A1, A2, B1, B2]): Either[Transfer[A1, A2, B1, B2], (Id0[A1, B1], Id0[A2, B2])]