Success

oxygen.cli.Params.ParseResult.Success
final case class Success[+A](value: A, parsed: List[ParsedParamArg], remaining: List[ParamLike]) 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: Params[_])(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(values: List[ValueLike]): ParseResult[A]

Attributes

Inherited from:
ParseResult