mill.api.daemon.Result
See theResult companion object
Represents a computation that either succeeds with a value T or fails. Basically equivalent to Either[String, T], with converters back and forth via Result.toEither or Result.fromEither
Attributes
- Companion
- object
- Source
- Result.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article