Packages

sealed trait Expr[F, -A, +B] extends AnyRef

Models a function A => B. SELECT product.price + 10

Self Type
(ExprModule.this)#Expr[F, A, B]
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Expr
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def &[F2, A1 <: A, B1 >: B](that: (ExprModule.this)#Expr[F2, A1, B1])(implicit ev: (ExprModule.this)#IsIntegral[B1]): (ExprModule.this)#Expr[(ExprModule.this)#:||:[F, F2], A1, B1]
  4. def &&[F2, A1 <: A, B1 >: B](that: (ExprModule.this)#Expr[F2, A1, Boolean])(implicit ev: <:<[B, Boolean]): (ExprModule.this)#Expr[(ExprModule.this)#:||:[F, F2], A1, Boolean]
  5. def *[F2, A1 <: A, B1 >: B](that: (ExprModule.this)#Expr[F2, A1, B1])(implicit ev: (ExprModule.this)#IsNumeric[B1]): (ExprModule.this)#Expr[(ExprModule.this)#:||:[F, F2], A1, B1]
  6. def +[F2, A1 <: A, B1 >: B](that: (ExprModule.this)#Expr[F2, A1, B1])(implicit ev: (ExprModule.this)#IsNumeric[B1]): (ExprModule.this)#Expr[(ExprModule.this)#:||:[F, F2], A1, B1]
  7. def -[F2, A1 <: A, B1 >: B](that: (ExprModule.this)#Expr[F2, A1, B1])(implicit ev: (ExprModule.this)#IsNumeric[B1]): (ExprModule.this)#Expr[(ExprModule.this)#:||:[F, F2], A1, B1]
  8. def /[F2, A1 <: A, B1 >: B](that: (ExprModule.this)#Expr[F2, A1, B1])(implicit ev: (ExprModule.this)#IsNumeric[B1]): (ExprModule.this)#Expr[(ExprModule.this)#:||:[F, F2], A1, B1]
  9. def <[F2, A1 <: A, B1 >: B](that: (ExprModule.this)#Expr[F2, A1, B1]): (ExprModule.this)#Expr[(ExprModule.this)#:||:[F, F2], A1, Boolean]
  10. def <=[F2, A1 <: A, B1 >: B](that: (ExprModule.this)#Expr[F2, A1, B1]): (ExprModule.this)#Expr[(ExprModule.this)#:||:[F, F2], A1, Boolean]
  11. def <>[F2, A1 <: A, B1 >: B](that: (ExprModule.this)#Expr[F2, A1, B1]): (ExprModule.this)#Expr[(ExprModule.this)#:||:[F, F2], A1, Boolean]
  12. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def ===[F2, A1 <: A, B1 >: B](that: (ExprModule.this)#Expr[F2, A1, B1]): (ExprModule.this)#Expr[(ExprModule.this)#:||:[F, F2], A1, Boolean]
  14. def >[F2, A1 <: A, B1 >: B](that: (ExprModule.this)#Expr[F2, A1, B1]): (ExprModule.this)#Expr[(ExprModule.this)#:||:[F, F2], A1, Boolean]
  15. def >=[F2, A1 <: A, B1 >: B](that: (ExprModule.this)#Expr[F2, A1, B1]): (ExprModule.this)#Expr[(ExprModule.this)#:||:[F, F2], A1, Boolean]
  16. def as[B1 >: B](name: String): (ExprModule.this)#Expr[F, A, B1]
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def asc: (ExprModule.this)#Ordering[(ExprModule.this)#Expr[F, A, B]]
  19. def ascending: (ExprModule.this)#Ordering[(ExprModule.this)#Expr[F, A, B]]
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  21. def desc: (ExprModule.this)#Ordering[(ExprModule.this)#Expr[F, A, B]]
  22. def descending: (ExprModule.this)#Ordering[(ExprModule.this)#Expr[F, A, B]]
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def in[B1 >: B <: (ExprModule.this)#SelectionSet[_]](set: (ExprModule.this)#Read[B1]): (ExprModule.this)#Expr[F, A, Boolean]
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isNotNull[A1 <: A]: (ExprModule.this)#Expr[F, A1, Boolean]
  31. def isNotTrue[A1 <: A](implicit ev: <:<[B, Boolean]): (ExprModule.this)#Expr[F, A1, Boolean]
  32. def isNull[A1 <: A]: (ExprModule.this)#Expr[F, A1, Boolean]
  33. def isTrue[A1 <: A](implicit ev: <:<[B, Boolean]): (ExprModule.this)#Expr[F, A1, Boolean]
  34. def like[F2, A1 <: A, B1 >: B](that: (ExprModule.this)#Expr[F2, A1, B1]): (ExprModule.this)#Expr[(ExprModule.this)#:||:[F, F2], A1, Boolean]
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def not[A1 <: A](implicit ev: <:<[B, Boolean]): Unary[F, A1, Boolean]
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def unary_-[B1 >: B](implicit ev: (ExprModule.this)#IsNumeric[B1]): Unary[F, A, B1]
  42. def unary_~[B1 >: B](implicit ev: (ExprModule.this)#IsIntegral[B1]): Unary[F, A, B1]
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. def widen[C](implicit ev: <:<[B, C]): (ExprModule.this)#Expr[F, A, C]
  47. def |[F2, A1 <: A, B1 >: B](that: (ExprModule.this)#Expr[F2, A1, B1])(implicit ev: (ExprModule.this)#IsIntegral[B1]): (ExprModule.this)#Expr[(ExprModule.this)#:||:[F, F2], A1, B1]
  48. def ||[F2, A1 <: A, B1 >: B](that: (ExprModule.this)#Expr[F2, A1, Boolean])(implicit ev: <:<[B, Boolean]): (ExprModule.this)#Expr[(ExprModule.this)#:||:[F, F2], A1, Boolean]

Inherited from AnyRef

Inherited from Any

Ungrouped