ProcessResult
kantan.codecs.resource.ProcessResult
object ProcessResult extends WithError[ProcessError]
Attributes
- Graph
-
- Supertypes
-
class WithError[ProcessError]trait WithDefault[ProcessError]trait Simple[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.
Turns the specified value into a failure.
Turns an exception into an error.
Turns the specified Try
into a result.
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 the specified value into a success.
In this article