NoneOf

jaskell.parsec.NoneOf
See theNoneOf companion object
class NoneOf[E](val items: Set[E]) extends Parsec[E, E]

NoneOf success if get a item none of any in prepared

Attributes

Version:

1.0.0

Companion:
object
Graph
Supertypes
trait Parsec[E, E]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Attributes

Inherited methods

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

Attributes

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

Attributes

Inherited from:
Parsec
def <|>[R >: 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 >: E](state: State[E]): Iterator[A, R]

Attributes

Inherited from:
Parsec

Concrete fields

val items: Set[E]