Class

io.univalence.fenek.Expr

CaseWhen

Related Doc: package Expr

Permalink

case class CaseWhen[B](source: UntypedExpr, cases: CaseWhenExpr[B]) extends Expr[B] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Expr[B], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CaseWhen
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Expr
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CaseWhen(source: UntypedExpr, cases: CaseWhenExpr[B])

    Permalink

Type Members

  1. trait Map2Builder[B] extends AnyRef

    Permalink
    Definition Classes
    Expr

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
    Definition Classes
    Expr
  4. def <*>[B](expr2: Expr[B]): Map2Builder[B]

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

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

    Permalink
    Definition Classes
    Expr
  7. def as(name: String): StructField

    Permalink
    Definition Classes
    Expr
  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    Expr
  10. val cases: CaseWhenExpr[B]

    Permalink
  11. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Expr
  13. def datediff(datepart: Expr[String], enddate: UntypedExpr): UntypedExpr

    Permalink
    Definition Classes
    Expr
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def firstElement: UntypedExpr

    Permalink
    Definition Classes
    Expr
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def isEmpty: Expr[Boolean]

    Permalink
    Definition Classes
    Expr
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def lastElement: UntypedExpr

    Permalink
    Definition Classes
    Expr
  20. def left(n: Expr[Int]): Expr[String]

    Permalink
    Definition Classes
    Expr
  21. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def orElse[B >: B](expr2: Expr[B]): Expr[B]

    Permalink
    Definition Classes
    Expr
  25. def remove(values: UntypedExpr*): UntypedExpr

    Permalink
    Definition Classes
    Expr
  26. def select(path: FieldPath): SelectField

    Permalink
    Definition Classes
    Expr
  27. final def self: Expr[B]

    Permalink
    Definition Classes
    Expr
  28. def size: UntypedExpr

    Permalink
    Definition Classes
    Expr
  29. val source: UntypedExpr

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

    Permalink
    Definition Classes
    AnyRef
  31. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(): Unit

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

    Permalink
    Definition Classes
    Expr

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Expr[B]

Inherited from AnyRef

Inherited from Any

Ungrouped