Solid

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

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