Class

io.univalence.fenek.Expr.Ops

Remove

Related Doc: package Ops

Permalink

case class Remove[B](source: Expr[B], toRemove: Seq[Expr[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. Remove
  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 Remove(source: Expr[B], toRemove: Seq[Expr[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. 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
    Definition Classes
    Expr
  12. def datediff(datepart: Expr[String], enddate: UntypedExpr): UntypedExpr

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

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  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
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  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: FieldKey): 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: Expr[B]

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

    Permalink
    Definition Classes
    AnyRef
  31. val toRemove: Seq[Expr[B]]

    Permalink
  32. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Expr

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Expr[B]

Inherited from AnyRef

Inherited from Any

Ungrouped