Failure

libretto.lambda.Lambdas$.Abstracted$.Failure
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

Members list

Concise view

Value members

Inherited methods

def mapExpr[Exp2[_]](g: [X] => (x$1: Exp[X]) => Exp2[X]): Abstracted[Exp2, |*|, AbsFun, LE, A, B]

Attributes

Inherited from:
Abstracted
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product