execute a Result and rethrow any exception or throws an exception if it is not a success
execute a piece of code and return a result:
execute a piece of code and return a result:
execute a Result and return a Result even if there are specs2 exceptions
execute a piece of code and return a result, either as a Left(failure) or a Right(value)
execute a Property returning the value if it exists and a Success result otherwise
execute a result and return either as a Left(result) if something was thrown or a Right(result)
this implicit allows the execution of a Result with an execute
method
This trait executes a Result and returns an appropriate value when a specs2 exception is thrown