Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
ResultExecution.type
Members list
Value members
Inherited methods
execute a Result and rethrow any exception or throws an exception if it is not a success
execute a Result and rethrow any exception or throws an exception if it is not a success
Attributes
- Inherited from:
- ResultExecution
turn an exception into a result
execute a piece of code and return a result:
execute a piece of code and return a result:
- if the code already returns a result, just keep it
- if the code throws an Exception return an Error
- if the code returns a value of type T, convert it to a result
Attributes
- Inherited from:
- ResultExecution
execute a Result and return a Result even if there are specs2 exceptions
execute a Result and return a Result even if there are specs2 exceptions
Attributes
- Inherited from:
- ResultExecution
execute a piece of code and return a result, either as a Left(failure) or a Right(value)
execute a piece of code and return a result, either as a Left(failure) or a Right(value)
Attributes
- Inherited from:
- ResultExecution
execute a Property returning the value if it exists and a Success result otherwise
execute a Property returning the value if it exists and a Success result otherwise
Attributes
- Inherited from:
- ResultExecution
execute a result and return either as a Left(result) if something was thrown or a Right(result)
execute a result and return either as a Left(result) if something was thrown or a Right(result)
Attributes
- Inherited from:
- ResultExecution
handle result exceptions and do not rethrow them
Extensions
Inherited extensions
this extension allows the execution of a Result with an execute
method
this extension allows the execution of a Result with an execute
method
Attributes
- Inherited from:
- ResultExecution