Just

case Just[+A](a: A) 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