object Predicate extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Predicate
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class And(x: Predicate, y: Predicate) extends Predicate with Product with Serializable
  2. case class AndB(x: Term[Int], y: Term[Int]) extends Term[Int] with Product with Serializable
  3. case class Const[T](v: T) extends Term[T] with Product with Serializable
  4. case class Contains[T](x: Term[List[T]], y: Term[T])(implicit evidence$3: Eq[T]) extends Predicate with Product with Serializable
  5. case class Eql[T](x: Term[T], y: Term[T])(implicit evidence$1: Eq[T]) extends Predicate with Product with Serializable
  6. case class Gt[T](x: Term[T], y: Term[T])(implicit evidence$6: Order[T]) extends Predicate with Product with Serializable
  7. case class GtEql[T](x: Term[T], y: Term[T])(implicit evidence$7: Order[T]) extends Predicate with Product with Serializable
  8. case class In[T](x: Term[T], y: List[T])(implicit evidence$8: Eq[T]) extends Predicate with Product with Serializable
  9. case class IsNull[T](x: Term[Option[T]], isNull: Boolean) extends Predicate with Product with Serializable
  10. case class Lt[T](x: Term[T], y: Term[T])(implicit evidence$4: Order[T]) extends Predicate with Product with Serializable
  11. case class LtEql[T](x: Term[T], y: Term[T])(implicit evidence$5: Order[T]) extends Predicate with Product with Serializable
  12. case class Matches(x: Term[String], r: Regex) extends Predicate with Product with Serializable
  13. case class NEql[T](x: Term[T], y: Term[T])(implicit evidence$2: Eq[T]) extends Predicate with Product with Serializable
  14. case class Not(x: Predicate) extends Predicate with Product with Serializable
  15. case class NotB(x: Term[Int]) extends Term[Int] with Product with Serializable
  16. case class Or(x: Predicate, y: Predicate) extends Predicate with Product with Serializable
  17. case class OrB(x: Term[Int], y: Term[Int]) extends Term[Int] with Product with Serializable
  18. case class StartsWith(x: Term[String], prefix: String) extends Predicate with Product with Serializable
  19. case class ToLowerCase(x: Term[String]) extends Term[String] with Product with Serializable
  20. case class ToUpperCase(x: Term[String]) extends Term[String] with Product with Serializable
  21. case class XorB(x: Term[Int], y: Term[Int]) extends Term[Int] with Product with Serializable

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. def and(props: List[Predicate]): Predicate
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def or(props: List[Predicate]): Predicate
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. object And extends Serializable
  22. case object False extends Predicate with Product with Serializable
  23. object In extends Serializable
  24. object ScalarFocus
  25. case object True extends Predicate with Product with Serializable

Deprecated Value Members

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

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped