ProcessResult
kantan.codecs.resource.ProcessResult
object ProcessResult extends WithError[ProcessError]
Attributes
- Source
- ProcessResult.scala
- Graph
-
- Supertypes
-
class WithError[ProcessError]trait WithDefault[ProcessError]trait Simple[ProcessError]class Objecttrait Matchableclass AnyShow all
- Self type
-
ProcessResult.type
Members list
Value members
Inherited methods
Attempts to evaluate the specified expression.
Attempts to evaluate the specified expression.
Attributes
- Inherited from:
- WithDefault
- Source
- ResultCompanion.scala
Turns the specified value into a failure.
Turns the specified value into a failure.
Attributes
- Inherited from:
- Simple
- Source
- ResultCompanion.scala
Turns an exception into an error.
Turns an exception into an error.
Attributes
- Definition Classes
- Inherited from:
- WithError
- Source
- ResultCompanion.scala
Turns the specified Try into a result.
Turns the specified Try into a result.
Attributes
- Inherited from:
- WithDefault
- Source
- ResultCompanion.scala
def sequence[S, M <: (IterableOnce)](rs: M[Either[ProcessError, S]])(implicit bf: BuildFrom[M[Either[ProcessError, S]], S, M[S]]): Either[ProcessError, M[S]]
Turns a collection of results into a result of a collection.
Turns a collection of results into a result of a collection.
Attributes
- Inherited from:
- Simple
- Source
- ResultCompanion.scala
Turns the specified value into a success.
Turns the specified value into a success.
Attributes
- Inherited from:
- Simple
- Source
- ResultCompanion.scala
In this article