object Predicate extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
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 AttrPath[T](path: List[String]) extends Term[T] with Path with Product with Serializable
  4. case class CollectAttrPath[T](path: List[String]) extends Term[List[T]] with Path with Product with Serializable
  5. case class CollectFieldPath[T](path: List[String]) extends Term[List[T]] with Path with Product with Serializable
  6. case class Const[T](v: T) extends Term[T] with Product with Serializable
  7. case class Contains[T](x: Term[List[T]], y: Term[T])(implicit evidence$5: Eq[T]) extends Predicate with Product with Serializable
  8. case class Eql[T](x: Term[T], y: Term[T])(implicit evidence$3: Eq[T]) extends Predicate with Product with Serializable
  9. case class FieldPath[T](path: List[String]) extends Term[T] with Path with Product with Serializable
  10. case class Gt[T](x: Term[T], y: Term[T])(implicit evidence$8: Order[T]) extends Predicate with Product with Serializable
  11. case class GtEql[T](x: Term[T], y: Term[T])(implicit evidence$9: Order[T]) extends Predicate with Product with Serializable
  12. case class In[T](x: Term[T], y: List[T])(implicit evidence$10: Eq[T]) extends Predicate with Product with Serializable
  13. case class Lt[T](x: Term[T], y: Term[T])(implicit evidence$6: Order[T]) extends Predicate with Product with Serializable
  14. case class LtEql[T](x: Term[T], y: Term[T])(implicit evidence$7: Order[T]) extends Predicate with Product with Serializable
  15. case class Matches(x: Term[String], r: Regex) extends Predicate with Product with Serializable
  16. case class NEql[T](x: Term[T], y: Term[T])(implicit evidence$4: Eq[T]) extends Predicate with Product with Serializable
  17. case class Not(x: Predicate) extends Predicate with Product with Serializable
  18. case class NotB(x: Term[Int]) extends Term[Int] with Product with Serializable
  19. case class Or(x: Predicate, y: Predicate) extends Predicate with Product with Serializable
  20. case class OrB(x: Term[Int], y: Term[Int]) extends Term[Int] with Product with Serializable
  21. sealed trait Path extends AnyRef
  22. case class StartsWith(x: Term[String], prefix: String) extends Predicate with Product with Serializable
  23. case class ToLowerCase(x: Term[String]) extends Term[String] with Product with Serializable
  24. case class ToUpperCase(x: Term[String]) extends Term[String] with Product with Serializable
  25. 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()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. def or(props: List[Predicate]): Predicate
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  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

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped