Class

ceedubs.irrec.regex.Regex

AndThen

Related Doc: package Regex

Permalink

final case class AndThen[-In, +M, I, Out](l: Regex[In, M, (I) ⇒ Out], r: Regex[In, M, I]) extends Regex[In, M, Out] with Product with Serializable

Linear Supertypes
Product, Equals, Regex[In, M, Out], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AndThen
  2. Product
  3. Equals
  4. Regex
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AndThen(l: Regex[In, M, (I) ⇒ Out], r: Regex[In, M, I])

    Permalink

Type Members

  1. type Init = I

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *: Regex[In, M, Chain[Out]]

    Permalink
    Definition Classes
    Regex
  4. def *?: Regex[In, M, Chain[Out]]

    Permalink
    Definition Classes
    Regex
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def ?: Regex[In, M, Option[Out]]

    Permalink
    Definition Classes
    Regex
  7. def ??: Regex[In, M, Option[Out]]

    Permalink
    Definition Classes
    Regex
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def count(n: Int): Regex[In, M, Chain[Out]]

    Permalink
    Definition Classes
    Regex
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val l: Regex[In, M, (I) ⇒ Out]

    Permalink
  16. def map[Out2](f: (Out) ⇒ Out2): Regex[In, M, Out2]

    Permalink
    Definition Classes
    Regex
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def oneOrMore(greediness: Greediness): Regex[In, M, NonEmptyChain[Out]]

    Permalink
    Definition Classes
    Regex
  21. def optional(greediness: Greediness): Regex[In, M, Option[Out]]

    Permalink
    Definition Classes
    Regex
  22. def quantifyFold[Out2](q: Quantifier, z: Out2)(fold: (Out2, Out) ⇒ Out2): Regex[In, M, Out2]

    Permalink
    Definition Classes
    Regex
  23. val r: Regex[In, M, I]

    Permalink
  24. def repeat(minInclusive: Int, maxInclusive: Option[Int], greediness: Greediness): Regex[In, M, Chain[Out]]

    Permalink
    Definition Classes
    Regex
  25. def star(greediness: Greediness): Regex[In, M, Chain[Out]]

    Permalink
    Definition Classes
    Regex
  26. def starFold[Out2](g: Greediness, z: Out2)(fold: (Out2, Out) ⇒ Out2): Regex[In, M, Out2]

    Permalink
    Definition Classes
    Regex
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from Regex[In, M, Out]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped