Success

case class Success[T](value: T) extends ParamResult[T]
trait Serializable
trait Product
trait Equals
trait ParamResult[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

def flatMap[V](f: T => ParamResult[V]): ParamResult[V]
Inherited from:
ParamResult
def map[V](f: T => V): ParamResult[V]
Inherited from:
ParamResult
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product