Many1In

jaskell.parsec.Many1In
case class Many1In[E](toggle: Set[E]) extends Parsec[E, Seq[E]]

TODO

Attributes

Version:

1.0.0

Since:

2022/05/06 00:47

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

Members list

Concise view

Value members

Concrete methods

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

Attributes

Definition Classes

Inherited methods

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

Attributes

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

Attributes

Inherited from:
Parsec
def <|>[R >: Seq[E]](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[E]](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

Concrete fields

val parser: Parsec[E, Seq[E]]