NoneOf

class NoneOf[E](val items: Set[E]) extends Parsec[E, E]

NoneOf success if get a item none of any in prepared

NoneOf success if get a item none of any in prepared

Authors

Mars Liu

Version

1.0.0

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

Value members

Concrete methods

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

Inherited methods

def !(state: State[E]): E
Inherited from
Parsec
def <|>[R >: E](p: Parsec[E, R]): Parsec[E, R]
Inherited from
Parsec
def ?(state: State[E]): Try[E]
Inherited from
Parsec
def attempt: Parsec[E, E]
Inherited from
Parsec
def iterate[R >: E](state: State[E]): Iterator[E, R]
Inherited from
Parsec

Concrete fields

val items: Set[E]