Attributes
- Companion
- trait
- Source
- Result.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Result.type
Members list
Type members
Classlikes
Exception used to short circuit a task evaluation with a pretty error string or a Failure object containing metadata for pretty error reporting
Exception used to short circuit a task evaluation with a pretty error string or a Failure object containing metadata for pretty error reporting
Attributes
- Source
- Result.scala
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Models the kind of error reporting supported by Mill's terminal UI. Apart from the simple error: String, also supports file position and exception stack trace metadata to provide richer error diagnostics, and can be chained together via Failure.join to return multiple failures at once.
Models the kind of error reporting supported by Mill's terminal UI. Apart from the simple error: String, also supports file position and exception stack trace metadata to provide richer error diagnostics, and can be chained together via Failure.join to return multiple failures at once.
Attributes
- Companion
- object
- Source
- Result.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalstrait Result[Nothing]class Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- Result.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Failure.type
An exception that has its original class and metadata replaced by a Failure.ExceptionInfo data structure. Used to sanitize exceptions when propagating them across classloader boundaries, since some of the exceptions in a cause-chain may be instances of no-longer-valid classes after a classloader is closed
An exception that has its original class and metadata replaced by a Failure.ExceptionInfo data structure. Used to sanitize exceptions when propagating them across classloader boundaries, since some of the exceptions in a cause-chain may be instances of no-longer-valid classes after a classloader is closed
Attributes
- Companion
- object
- Source
- Result.scala
- Supertypes
-
class Throwabletrait Serializableclass Objecttrait Matchableclass Any
Attributes
- Companion
- class
- Source
- Result.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SerializedException.type
Attributes
- Source
- Result.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalstrait Result[T]class Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements.
The name of the type.
Value members
Concrete methods
Attributes
- Source
- Result.scala
Converts a Collection[Result[T]] into a Result[Collection[T]]
Converts a Collection[T] into a Result[Collection[V]] using the given f: T => Result[V]
Converts a Collection[T] into a Result[Collection[V]] using the given f: T => Result[V]
Attributes
- Source
- Result.scala
Extensions
Extensions
Attributes
- Source
- Result.scala
Implicits
Implicits
Attributes
- Source
- Result.scala