XI

libretto.lambda.Shuffled.Plated$.XI
case class XI[A1, A2, P1, P2, Q, R, S1, S2, B1, B2](l: Plated[A2, P1 |*| P2], lt: RevTransferOpt[P1, P2, B1, Q], b: Q ~⚬ R, rt: TransferOpt[A1, R, S1, S2], r: Plated[S1 |*| S2, B2]) extends Plated[A1 |*| A2, B1 |*| B2]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Plated[A1 |*| A2, B1 |*| B2]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def fold(using ev: SymmetricSemigroupalCategory[->, |*|]): A1 |*| A2 -> B1 |*| B2

Attributes

Definition Classes

Inherited methods

def after[Z](that: Permeable[Z, A1 |*| A2]): Preshuffled[Z, _, B]

Attributes

Inherited from:
Plated
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product