c
org.scalawag.timber.backend.dispatcher.configuration.dsl
StringConditionFactory
Companion object StringConditionFactory
class StringConditionFactory extends ConditionFactory[String]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StringConditionFactory
- ConditionFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StringConditionFactory(extractionLabel: String, extractFrom: (EntryFacets) => Option[Iterable[String]])
Type Members
- abstract class StringCondition extends Condition
- case class StringContainsCondition extends StringCondition with Product with Serializable
- case class StringEndsWithCondition extends StringCondition with Product with Serializable
- case class StringMatchesCondition extends StringCondition with Product with Serializable
- case class StringStartsWithCondition extends StringCondition 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
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ===(pattern: StringOrPattern): StringMatchesCondition
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def contains(pattern: StringOrPattern): StringContainsCondition
- def endsWith(pattern: StringOrPattern): StringEndsWithCondition
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val extractFrom: (EntryFacets) => Option[Iterable[String]]
- Definition Classes
- StringConditionFactory → ConditionFactory
- val extractionLabel: String
- Definition Classes
- StringConditionFactory → 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(pattern: StringOrPattern): StringMatchesCondition
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def matches(pattern: StringOrPattern): StringMatchesCondition
- 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 startsWith(pattern: StringOrPattern): StringStartsWithCondition
- 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()