Fail

oxygen.cli.Params.ParseResult.Fail
final case class Fail(error: ParamError, help: ParamMessage) 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 map[B](f: Nothing => B): ParseResult[B]

Attributes

Inherited from:
ParseResult
final def mapOrFail[B](parser: Params[_])(f: Nothing => Either[String, B]): ParseResult[B]

Attributes

Inherited from:
ParseResult
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toFinal: FinalParseResult[Nothing]

Attributes

Inherited from:
ParseResult
final def toParserParseResult(values: List[ValueLike]): ParseResult[Nothing]

Attributes

Inherited from:
ParseResult