WithExcessBytes

case WithExcessBytes[+A](a: A, excess: Chunk[Byte], input: Chunk[Byte]) extends ParseResult[A]

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def toOption: Option[A]

Convert this value to an Option by ignoring the error component.

Convert this value to an Option by ignoring the error component.

Inherited from
ParseResult