Single

libretto.lambda.ParN.Named.Single
case class Single[||[_, _], ::[_, _], ->[_, _], Lbl <: String, A, B](label: SingletonType[Lbl], value: A -> B) extends Named[||, ::, ->, Lbl :: A, Lbl :: B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Named[||, ::, ->, Lbl :: A, Lbl :: B]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def translate[->>[_, _]](f: [X, Y] => (X -> Y) => ->>[X, Y]): Named[||, ::, ->>, Lbl :: A, Lbl :: B]

Attributes

Definition Classes

Inherited methods

def extend[Lbl <: String, X, Y](label: SingletonType[Lbl], f: X -> Y): Named[||, ::, ->, Lbl :: A || (Lbl :: X), Lbl :: B || (Lbl :: Y)]

Attributes

Inherited from:
Named
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product