Success

case class Success[T](value: T) extends Result[T]

Invoking the Main was totally successful, and returned a result

trait Serializable
trait Product
trait Equals
trait Result[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

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