class CurrentLocationRegexCheckBuilder[X] extends Default[CurrentLocationRegexCheckType, String, X]

Linear Supertypes
Default[CurrentLocationRegexCheckType, String, X], MultipleFind[CurrentLocationRegexCheckType, String, X], Find[CurrentLocationRegexCheckType, String, X], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CurrentLocationRegexCheckBuilder
  2. Default
  3. MultipleFind
  4. Find
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CurrentLocationRegexCheckBuilder(pattern: Expression[String], patterns: Patterns)(implicit arg0: GroupExtractor[X])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def count: Validate[CurrentLocationRegexCheckType, String, Int]
    Definition Classes
    Default → MultipleFind
  7. def countExtractor: Expression[Extractor[String, Int]]
    Attributes
    protected
    Definition Classes
    CurrentLocationRegexCheckBuilder → Default
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def find(occurrence: Int): Validate[CurrentLocationRegexCheckType, String, X]
    Definition Classes
    Default → MultipleFind
  11. def find: Validate[CurrentLocationRegexCheckType, String, X]
    Definition Classes
    Default → MultipleFind → Find
  12. def findAll: Validate[CurrentLocationRegexCheckType, String, Seq[X]]
    Definition Classes
    Default → MultipleFind
  13. def findAllExtractor: Expression[Extractor[String, Seq[X]]]
    Attributes
    protected
    Definition Classes
    CurrentLocationRegexCheckBuilder → Default
  14. def findExtractor(occurrence: Int): Expression[Extractor[String, X]]
    Attributes
    protected
    Definition Classes
    CurrentLocationRegexCheckBuilder → Default
  15. def findRandom(num: Int, failIfLess: Boolean): Validate[CurrentLocationRegexCheckType, String, Seq[X]]
    Definition Classes
    Default → MultipleFind
  16. def findRandom: Validate[CurrentLocationRegexCheckType, String, X]
    Definition Classes
    Default → MultipleFind
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

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 Default[CurrentLocationRegexCheckType, String, X]

Inherited from MultipleFind[CurrentLocationRegexCheckType, String, X]

Inherited from Find[CurrentLocationRegexCheckType, String, X]

Inherited from AnyRef

Inherited from Any

Ungrouped