Success

final case class Success[+T](remainingArgs: IndexedArgs, result: T) extends ParseResult[T]
trait Serializable
trait Product
trait Equals
trait ParseResult[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

final def flatMap[T2](f: (IndexedArgs, T) => ParseResult[T2]): ParseResult[T2]
Inherited from:
ParseResult
final def map[T2](f: T => T2): ParseResult[T2]
Inherited from:
ParseResult
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product