object Predicate extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Predicate
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class And(x: Predicate, y: Predicate) extends Predicate with Product with Serializable
- case class AndB(x: Term[Int], y: Term[Int]) extends Term[Int] with Product with Serializable
- case class Const[T](v: T) extends Term[T] with Product with Serializable
- case class Contains[T](x: Term[List[T]], y: Term[T])(implicit evidence$3: Eq[T]) extends Predicate with Product with Serializable
- case class Eql[T](x: Term[T], y: Term[T])(implicit evidence$1: Eq[T]) extends Predicate with Product with Serializable
- case class Gt[T](x: Term[T], y: Term[T])(implicit evidence$6: Order[T]) extends Predicate with Product with Serializable
- case class GtEql[T](x: Term[T], y: Term[T])(implicit evidence$7: Order[T]) extends Predicate with Product with Serializable
- case class In[T](x: Term[T], y: List[T])(implicit evidence$8: Eq[T]) extends Predicate with Product with Serializable
- case class IsNull[T](x: Term[Option[T]], isNull: Boolean) extends Predicate with Product with Serializable
- case class Lt[T](x: Term[T], y: Term[T])(implicit evidence$4: Order[T]) extends Predicate with Product with Serializable
- case class LtEql[T](x: Term[T], y: Term[T])(implicit evidence$5: Order[T]) extends Predicate with Product with Serializable
- case class Matches(x: Term[String], r: Regex) extends Predicate with Product with Serializable
- case class NEql[T](x: Term[T], y: Term[T])(implicit evidence$2: Eq[T]) extends Predicate with Product with Serializable
- case class Not(x: Predicate) extends Predicate with Product with Serializable
- case class NotB(x: Term[Int]) extends Term[Int] with Product with Serializable
- case class Or(x: Predicate, y: Predicate) extends Predicate with Product with Serializable
- case class OrB(x: Term[Int], y: Term[Int]) extends Term[Int] with Product with Serializable
- case class StartsWith(x: Term[String], prefix: String) extends Predicate with Product with Serializable
- case class ToLowerCase(x: Term[String]) extends Term[String] with Product with Serializable
- case class ToUpperCase(x: Term[String]) extends Term[String] with Product with Serializable
- case class XorB(x: Term[Int], y: Term[Int]) extends Term[Int] with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def and(props: List[Predicate]): Predicate
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def or(props: List[Predicate]): Predicate
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object And extends Serializable
- case object False extends Predicate with Product with Serializable
- object In extends Serializable
- object ScalarFocus
- case object True extends Predicate with Product with Serializable