Success

replpp.shaded.mainargs.ParamResult$.Success
case class Success[T](value: T) extends ParamResult[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ParamResult[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def flatMap[V](f: T => ParamResult[V]): ParamResult[V]

Attributes

Inherited from:
ParamResult
def map[V](f: T => V): ParamResult[V]

Attributes

Inherited from:
ParamResult
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product