Character

case Character(char: Char) extends Parser[Char]

Value members

Inherited methods

def *>[S, B](that: Suspendable[S, B]): Suspendable[S, B]
Inherited from
Parser
def *>[B](that: Parser[B]): Parser[B]
Inherited from
Parser
def <*[S, B](that: Suspendable[S, B]): Suspendable[S, Char]
Inherited from
Parser
def <*[B](that: Parser[B]): Parser[Char]
Inherited from
Parser
def advance[S]: Suspendable[S, Char]
Inherited from
Parser
def as[B](b: B): Parser[B]
Inherited from
Parser
def map[B](f: Char => B): Parser[B]
Inherited from
Parser
def orElse(that: Parser[Char]): Parser[Char]
Inherited from
Parser
def parse(input: String, offset: Int): Result[Char]
Inherited from
Parser
def parseOrExn(input: String): Char
Inherited from
Parser
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def resume(using semigroup: Semigroup[Char], ev: String =:= Char): Suspendable[Char, Char]
Inherited from
Parser
def resumeWith(f: String => Char)(using semigroup: Semigroup[Char]): Suspendable[Char, Char]
Inherited from
Parser
def unsuspendable[S]: Suspendable[S, Char]
Inherited from
Parser
def void: Parser[Unit]
Inherited from
Parser
def ~[S, B](that: Suspendable[S, B]): Suspendable[S, (Char, B)]
Inherited from
Parser
def ~[B](that: Parser[B]): Parser[(Char, B)]
Inherited from
Parser