add an attempt
method to any matcher Matcher[T]
so that it can be transformed into a Matcher[scalaz.concurrent.Future[T]]
add an attempt
method to any matcher Matcher[T]
so that it can be transformed into a Matcher[scalaz.concurrent.Future[T]]
when a Future contains a result, it can be attempted to return this result
when a Future contains a result, it can be attempted to return this result