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]
trait Serializable
trait Product
trait Equals
trait Plated[A1 |*| A2, B1 |*| B2]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def after[Z](that: Permeable[Z, A1 |*| A2]): Preshuffled[Z, _, B1 |*| B2]
Inherited from
Plated
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product