Void

case Void[A](parser: Parser[A]) extends Parser[Unit]

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