Exactly

case Exactly(expected: String) extends Parser[String]

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