Class

ceedubs.irrec.regex.Regex

Repeat

Related Doc: package Regex

Permalink

final case class Repeat[-In, +M, I, Out](r: Regex[In, M, I], quantifier: Quantifier, z: Out, fold: (Out, I) ⇒ Out) 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. Repeat
  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 Repeat(r: Regex[In, M, I], quantifier: Quantifier, z: Out, fold: (Out, I) ⇒ Out)

    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 expand: Regex[In, M, Out]

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val fold: (Out, I) ⇒ Out

    Permalink
  15. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  17. def map[Out2](f: (Out) ⇒ Out2): Regex[In, M, Out2]

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

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

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

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

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

    Permalink
    Definition Classes
    Regex
  23. val quantifier: Quantifier

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. val z: Out

    Permalink

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