ValueE

case class ValueE[As <: HList, A](a: A, e: Elem[A, As]) extends Expr[As, A]
trait Serializable
trait Product
trait Equals
trait Expr[As, A]
class Object
trait Matchable
class Any

Value members

Inherited methods

def /(expr: Expr[As, A])(implicit ev: Elem[A, As], ev2: Elem[Int, As]): Expr[As, Int]
Inherited from:
Expr
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product