fr.splayce.rel.util

ByOptionExtractor

class ByOptionExtractor [+A] extends Extractor[A]

Linear Supertypes
Extractor[A], (String) ⇒ Iterator[A], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ByOptionExtractor
  2. Extractor
  3. Function1
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ByOptionExtractor (re: RE, extract: (MatchGroup) ⇒ Option[A])

  2. new ByOptionExtractor (regex: Regex, extractMatch: (Match) ⇒ Option[A])

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def andThen [A] (g: (Iterator[A]) ⇒ A): (String) ⇒ A

    Definition Classes
    Function1
  7. def apply (m: Match): Option[A]

  8. def apply (in: String): Iterator[A]

    Definition Classes
    ByOptionExtractor → Function1
  9. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def compose (prepare: (String) ⇒ String): Extractor[A]

    Definition Classes
    Extractor
  12. def compose [A] (g: (A) ⇒ String): (A) ⇒ Iterator[A]

    Definition Classes
    Function1
  13. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  14. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. val extractMatch : (Match) ⇒ Option[A]

  16. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  18. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  19. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  20. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  21. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  22. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  23. val regex : Regex

  24. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  25. lazy val toPM : PatternMatcher[Match, A]

    For pattern matching on a Match (Extractors being already able to pattern matching on a String)

  26. def toString (): String

    Definition Classes
    Function1 → AnyRef → Any
  27. def unapplySeq (in: String): Option[List[A]]

    Definition Classes
    Extractor
  28. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Extractor[A]

Inherited from (String) ⇒ Iterator[A]

Inherited from AnyRef

Inherited from Any