Abstracted

libretto.lambda.Lambdas$.Abstracted$
See theAbstracted companion trait
object Abstracted

Attributes

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

Members list

Concise view

Type members

Classlikes

case class Closure[Exp[_], |*|[_, _], AbsFun[_, _], LE, X, A, A1, B](captured: Exp[X], m: Multiplier[|*|, A, A1], f: AbsFun[X |*| A1, B]) extends Abstracted[Exp, |*|, AbsFun, LE, A, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Abstracted[Exp, |*|, AbsFun, LE, A, B]
class Object
trait Matchable
class Any
case class Exact[Exp[_], |*|[_, _], AbsFun[_, _], LE, A, A1, B](m: Multiplier[|*|, A, A1], f: AbsFun[A1, B]) extends Abstracted[Exp, |*|, AbsFun, LE, A, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Abstracted[Exp, |*|, AbsFun, LE, A, B]
class Object
trait Matchable
class Any
case class Failure[Exp[_], |*|[_, _], AbsFun[_, _], LE, A, B](e: LE) extends Abstracted[Exp, |*|, AbsFun, LE, A, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Abstracted[Exp, |*|, AbsFun, LE, A, B]
class Object
trait Matchable
class Any
case class NotFound[Exp[_], |*|[_, _], AbsFun[_, _], LE, A, B](b: Exp[B]) extends Abstracted[Exp, |*|, AbsFun, LE, A, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Abstracted[Exp, |*|, AbsFun, LE, A, B]
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