Class/Object

io.univalence.fenek

Expr

Related Docs: object Expr | package fenek

Permalink

sealed class Expr[+A] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Expr
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Expr()

    Permalink

Type Members

  1. trait Map2Builder[B] extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def #>[T](f: PartialFunction[JValue, T])(implicit arg0: Encoder[T]): Expr[T]

    Permalink
  4. def <*>[B](expr2: Expr[B]): Map2Builder[B]

    Permalink
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def as[T](implicit arg0: Encoder[T]): Expr[T]

    Permalink
  7. def as(name: String): StructField

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def caseWhen[X](when: CaseWhenExpr[X], whens: CaseWhenExpr[X]*): CaseWhen[X]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def dateAdd(interval: Expr[String], n: Expr[Int]): Expr[String]

    Permalink
  12. def datediff(datepart: Expr[String], enddate: UntypedExpr): UntypedExpr

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def firstElement: UntypedExpr

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def isEmpty: Expr[Boolean]

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def lastElement: UntypedExpr

    Permalink
  22. def left(n: Expr[Int]): Expr[String]

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def orElse[B >: A](expr2: Expr[B]): Expr[B]

    Permalink
  27. def remove(values: UntypedExpr*): UntypedExpr

    Permalink
  28. def select(path: FieldPath): SelectField

    Permalink
  29. final def self: Expr[A]

    Permalink
  30. def size: UntypedExpr

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def |>[B](f: (A) ⇒ B)(implicit enc: Encoder[B]): Expr[B]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped