Sandwich

libretto.lambda.Shuffled.Plated$.Sandwich
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

Members list

Concise view

Value members

Concrete methods

override def fold(using ev: SymmetricSemigroupalCategory[->, |*|]): A -> B

Attributes

Definition Classes

Inherited methods

def after[Z](that: Permeable[Z, A]): Preshuffled[Z, _, B]

Attributes

Inherited from:
Plated
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product