c
org.scalawag.timber.backend.dispatcher.configuration.dsl
IntConditionFactory
Companion object IntConditionFactory
class IntConditionFactory extends ConditionFactory[Int]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IntConditionFactory
- ConditionFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new IntConditionFactory(extractionLabel: String, extractFrom: (EntryFacets) => Option[Iterable[Int]])
Type Members
- abstract class IntCondition extends Condition
- case class IntEqualsCondition extends IntCondition with Product with Serializable
- case class IntGreaterThanCondition extends IntCondition with Product with Serializable
- case class IntGreaterThanOrEqualCondition extends IntCondition with Product with Serializable
- case class IntLessThanCondition extends IntCondition with Product with Serializable
- case class IntLessThanOrEqualCondition extends IntCondition with Product with Serializable
Value Members
- case object isAbsent extends Condition with Product with Serializable
- Definition Classes
- ConditionFactory
- case object isPresent extends Condition with Product with Serializable
- Definition Classes
- ConditionFactory
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def <(thresholdInt: Int): IntLessThanCondition
- def <=(thresholdInt: Int): IntLessThanOrEqualCondition
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ===(targetInt: Int): IntEqualsCondition
- def >(thresholdInt: Int): IntGreaterThanCondition
- def >=(thresholdInt: Int): IntGreaterThanOrEqualCondition
- 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
- val extractFrom: (EntryFacets) => Option[Iterable[Int]]
- Definition Classes
- IntConditionFactory → ConditionFactory
- val extractionLabel: String
- Definition Classes
- IntConditionFactory → ConditionFactory
- 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()
- def is(targetInt: Int): IntEqualsCondition
- 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()
- 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()