object Predicate
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Predicate
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
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 arrayEq(array: ArrayValue): RulePred
- def arrayIn(array: ArrayValue): RulePred
- def arrayNotEq(array: ArrayValue): RulePred
- def arrayNotIn(array: ArrayValue): RulePred
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boolEq(bool: BoolValue): RulePred
- def boolNotEq(bool: BoolValue): RulePred
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def contains(num: NumericValue): RulePred
- def contains(right: ArrayValue): RulePred
- def contains(str: StringValue): RulePred
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromRule(rule: Rule)(attrInfoProvider: AttrInfoProvider): Predicate
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def notContains(num: NumericValue): RulePred
- def notContains(right: ArrayValue): RulePred
- def notContains(str: StringValue): RulePred
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def nullEq(n: NoneValue.type): RulePred
- def nullNotEq(n: NoneValue.type): RulePred
- def numEq(num: NumericValue): RulePred
- def numGt(num: NumericValue): RulePred
- def numGtE(num: NumericValue): RulePred
- def numLt(num: NumericValue): RulePred
- def numLtE(num: NumericValue): RulePred
- def numNotEq(num: NumericValue): RulePred
- def strEq(str: StringValue): RulePred
- def strNotEq(str: StringValue): RulePred
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def verEq(ver: StringValue): RulePred
- def verGt(ver: StringValue): RulePred
- def verGtE(ver: StringValue): RulePred
- def verLt(ver: StringValue): RulePred
- def verLtE(ver: StringValue): RulePred
- def verNotEq(ver: StringValue): RulePred
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object FalsePred extends Predicate with Product with Serializable
- object RulePred
- case object TruePred extends Predicate with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)