mill.api.daemon.Result
See theResult companion trait
object Result
Attributes
- Companion
- trait
- Source
- Result.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Result.type
Members list
Type members
Classlikes
final class Exception(val error: String) extends Exception
Attributes
- Source
- Result.scala
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- Result.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalstrait Result[Nothing]class Objecttrait Matchableclass AnyShow all
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
extension [A](rr: Result[Result[A]])
Attributes
- Source
- Result.scala
Implicits
Implicits
Attributes
- Source
- Result.scala
In this article