Packages

object Predicate

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

Type Members

  1. abstract class ConstPred extends Predicate
  2. case class FailedPred(message: String) extends ConstPred with Product with Serializable
  3. abstract class RulePred extends Predicate

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 arrayEq(array: ArrayValue): RulePred
  5. def arrayIn(array: ArrayValue): RulePred
  6. def arrayNotEq(array: ArrayValue): RulePred
  7. def arrayNotIn(array: ArrayValue): RulePred
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def boolEq(bool: BoolValue): RulePred
  10. def boolNotEq(bool: BoolValue): RulePred
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. def contains(num: NumericValue): RulePred
  13. def contains(right: ArrayValue): RulePred
  14. def contains(str: StringValue): RulePred
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def fromRule(rule: Rule)(attrInfoProvider: AttrInfoProvider): Predicate
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def notContains(num: NumericValue): RulePred
  23. def notContains(right: ArrayValue): RulePred
  24. def notContains(str: StringValue): RulePred
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. def nullEq(n: NoneValue.type): RulePred
  28. def nullNotEq(n: NoneValue.type): RulePred
  29. def numEq(num: NumericValue): RulePred
  30. def numGt(num: NumericValue): RulePred
  31. def numGtE(num: NumericValue): RulePred
  32. def numLt(num: NumericValue): RulePred
  33. def numLtE(num: NumericValue): RulePred
  34. def numNotEq(num: NumericValue): RulePred
  35. def strEq(str: StringValue): RulePred
  36. def strNotEq(str: StringValue): RulePred
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def verEq(ver: StringValue): RulePred
  40. def verGt(ver: StringValue): RulePred
  41. def verGtE(ver: StringValue): RulePred
  42. def verLt(ver: StringValue): RulePred
  43. def verLtE(ver: StringValue): RulePred
  44. def verNotEq(ver: StringValue): RulePred
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. case object FalsePred extends Predicate with Product with Serializable
  49. object RulePred
  50. case object TruePred 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

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped