Eq

jaskell.parsec.Eq
case class Eq[A](x: A) extends Parsec[A, A]

Attributes

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

Members list

Concise view

Value members

Concrete methods

def apply(state: State[A]): Try[A]

eq check next element from state if equals the prepared.

eq check next element from state if equals the prepared.

Attributes

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Parsec
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product