Success

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

Invoking the Main was totally successful, and returned a result

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

Inherited from:
Result
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product