Count

jaskell.parsec.Count
case class Count[E, T](p: Parsec[E, T], n: Int) extends Parsec[E, Seq[T]]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Parsec[E, Seq[T]]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply(s: State[E]): Try[Seq[T]]

Inherited methods

def !(state: State[E]): B

Attributes

Inherited from:
Parsec
def <?>[C >: Seq[T]](message: String): Parsec[A, C]

Attributes

Inherited from:
Parsec
def <|>[R >: Seq[T]](p: Parsec[E, R]): Parsec[A, R]

Attributes

Inherited from:
Parsec
def ?(state: State[E]): Try[B]

Attributes

Inherited from:
Parsec
def attempt: Parsec[A, B]

Attributes

Inherited from:
Parsec
def iterate[R >: Seq[T]](state: State[E]): Iterator[A, R]

Attributes

Inherited from:
Parsec
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product