Fail

harness.cli.Parser$.ParseResult$.Fail
final case class Fail(remainingArgs: IndexedArgs, fail: ParsingFailure) extends ParseResult[Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ParseResult[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def flatMap[T2](f: (IndexedArgs, Nothing) => ParseResult[T2]): ParseResult[T2]

Attributes

Inherited from:
ParseResult
final def map[T2](f: Nothing => T2): ParseResult[T2]

Attributes

Inherited from:
ParseResult
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product