Result

replpp.shaded.mainargs.Result$
See theResult companion trait
object Result

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Result.type

Members list

Type members

Classlikes

object Failure

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Failure.type
sealed trait Failure extends Result[Nothing]

Invoking the Main was not successful

Invoking the Main was not successful

Attributes

Companion
object
Supertypes
trait Result[Nothing]
class Object
trait Matchable
class Any
Known subtypes
object ParamError

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ParamError.type
sealed trait ParamError

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Exception
class Failed
case class Success[T](value: T) extends Result[T]

Invoking the Main was totally successful, and returned a result

Invoking the Main was totally successful, and returned a result

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror