Success

harness.cli.Parser$.ParseResult$.Success
final case class Success[+T](remainingArgs: IndexedArgs, result: T) extends ParseResult[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ParseResult[T]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

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

Attributes

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

Attributes

Inherited from:
ParseResult
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product