Fail

final case class Fail(remainingArgs: IndexedArgs, fail: ParsingFailure) extends ParseResult[Nothing]
trait Serializable
trait Product
trait Equals
trait ParseResult[Nothing]
class Object
trait Matchable
class Any

Value members

Inherited methods

final def flatMap[T2](f: (IndexedArgs, Nothing) => ParseResult[T2]): ParseResult[T2]
Inherited from:
ParseResult
final def map[T2](f: Nothing => T2): ParseResult[T2]
Inherited from:
ParseResult
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product