Plated

libretto.lambda.Shuffled.Plated$
See thePlated companion trait
object Plated

Attributes

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

Members list

Concise view

Type members

Classlikes

case class Preshuffled[A, X, B](s: A ~⚬ X, t: Plated[X, B])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Sandwich[A, X, Y, B](l: Plated[A, X], m: X ~⚬ Y, r: Plated[Y, B]) extends Plated[A, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Plated[A, B]
class Object
trait Matchable
class Any
case class SemiCons[A1, A2, X2, Y2, Z1, Z2, B](semiHead: Plated[A2, X2], s: X2 ~⚬ Y2, t: TransferOpt[A1, Y2, Z1, Z2], tail: Plated[Z1 |*| Z2, B]) extends Plated[A1 |*| A2, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Plated[A1 |*| A2, B]
class Object
trait Matchable
class Any
case class SemiSnoc[A, X1, X2, Y2, Z2, B1, B2](init: Plated[A, X1 |*| X2], t: RevTransferOpt[X1, X2, B1, Y2], s: Y2 ~⚬ Z2, semiLast: Plated[Z2, B2]) extends Plated[A, B1 |*| B2]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Plated[A, B1 |*| B2]
class Object
trait Matchable
class Any
case class Solid[A, B](f: A -> B) extends Plated[A, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Plated[A, B]
class Object
trait Matchable
class Any
case class Stacked[A1, A2, B1, B2](f1: Plated[A1, B1], f2: Plated[A2, 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
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

Inherited 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