Success

oxygen.cli.Values.ParseResult.Success
final case class Success[+A](value: A, parsed: List[ParsedValueArg], remaining: List[ValueLike]) extends ParseResult[A]

Attributes

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

Members list

Value members

Inherited methods

final def map[B](f: A => B): ParseResult[B]

Attributes

Inherited from:
ParseResult
final def mapOrFail[B](parser: Values[_])(f: A => 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[A]

Attributes

Inherited from:
ParseResult
final def toParserParseResult(params: List[ParamLike]): ParseResult[A]

Attributes

Inherited from:
ParseResult