Packages

class IntConditionFactory extends ConditionFactory[Int]

Linear Supertypes
ConditionFactory[Int], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntConditionFactory
  2. ConditionFactory
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IntConditionFactory(extractionLabel: String, extractFrom: (EntryFacets) => Option[Iterable[Int]])

Type Members

  1. abstract class IntCondition extends Condition
  2. case class IntEqualsCondition extends IntCondition with Product with Serializable
  3. case class IntGreaterThanCondition extends IntCondition with Product with Serializable
  4. case class IntGreaterThanOrEqualCondition extends IntCondition with Product with Serializable
  5. case class IntLessThanCondition extends IntCondition with Product with Serializable
  6. case class IntLessThanOrEqualCondition extends IntCondition with Product with Serializable

Value Members

  1. case object isAbsent extends Condition with Product with Serializable
    Definition Classes
    ConditionFactory
  2. case object isPresent extends Condition with Product with Serializable
    Definition Classes
    ConditionFactory
  3. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def ##: Int
    Definition Classes
    AnyRef → Any
  5. def <(thresholdInt: Int): IntLessThanCondition
  6. def <=(thresholdInt: Int): IntLessThanOrEqualCondition
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def ===(targetInt: Int): IntEqualsCondition
  9. def >(thresholdInt: Int): IntGreaterThanCondition
  10. def >=(thresholdInt: Int): IntGreaterThanOrEqualCondition
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. val extractFrom: (EntryFacets) => Option[Iterable[Int]]
  16. val extractionLabel: String
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def is(targetInt: Int): IntEqualsCondition
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from ConditionFactory[Int]

Inherited from AnyRef

Inherited from Any

Ungrouped