Packages

final case class EqExpr[T](a: Expression[T], b: Expression[T]) extends BinaryOperationExpr[T, T, Boolean] with SimpleCondition with Product with Serializable

Linear Supertypes
Product, Equals, SimpleCondition, BinaryOperationExpr[T, T, Boolean], Expression[Boolean], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EqExpr
  2. Product
  3. Equals
  4. SimpleCondition
  5. BinaryOperationExpr
  6. Expression
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EqExpr(a: Expression[T], b: Expression[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val a: Expression[T]
    Definition Classes
    EqExprBinaryOperationExpr
  5. def as(name: String): QueryField
    Definition Classes
    Expression
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val b: Expression[T]
    Definition Classes
    EqExprBinaryOperationExpr
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. val dataType: Aux[Boolean]
    Definition Classes
    SimpleConditionExpression
  10. def encode: String
    Definition Classes
    BinaryOperationExprExpression
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(obj: Any): Boolean
    Definition Classes
    Expression → AnyRef → Any
  13. def flatten: Set[Expression[_]]
    Definition Classes
    Expression
  14. def fold[B](z: B)(f: (B, Expression[_]) => B): B
    Definition Classes
    BinaryOperationExprExpression
  15. val functionName: String
    Definition Classes
    BinaryOperationExpr
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def hashCode(): Int
    Definition Classes
    Expression → AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val isNullable: Boolean
    Definition Classes
    BinaryOperationExprExpression
  20. val kind: ExprKind
    Definition Classes
    BinaryOperationExprExpression
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. def operandA: Expression[T]
    Definition Classes
    BinaryOperationExpr
  25. def operandB: Expression[T]
    Definition Classes
    BinaryOperationExpr
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    BinaryOperationExprExpression → AnyRef → Any
  29. def transform(f: Transform): Expression[Boolean]
    Definition Classes
    BinaryOperationExprExpression
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Product

Inherited from Equals

Inherited from SimpleCondition

Inherited from BinaryOperationExpr[T, T, Boolean]

Inherited from Expression[Boolean]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped