- 
Method Summary
<T> org.specs2.matcher.Matcher<scala.concurrent.Future<T>>
 evaluateTo(T value,
 org.specs2.concurrent.ExecutionEnv ee)
  org.specs2.matcher.Matcher<scala.concurrent.Future<?>>
       
 
 
 
- 
Method Details
- 
evaluateTo<T>
org.specs2.matcher.Matcher<scala.concurrent.Future<T>> evaluateTo(T value,
 org.specs2.concurrent.ExecutionEnv ee) 
- 
haveFailedWithorg.specs2.matcher.Matcher<scala.concurrent.Future<?>> haveFailedWith(Throwable t,
 org.specs2.concurrent.ExecutionEnv ee) 
- 
unmarshalTo<T> org.specs2.matcher.Matcher<HttpEntity> unmarshalTo(scala.util.Try<T> value,
 Unmarshaller<HttpEntity,T> evidence$2,
 scala.concurrent.ExecutionContext ec,
 org.apache.pekko.stream.Materializer mat) 
- 
unmarshalToValue<T> org.specs2.matcher.Matcher<HttpEntity> unmarshalToValue(T value,
 Unmarshaller<HttpEntity,T> evidence$1,
 scala.concurrent.ExecutionContext ec,
 org.apache.pekko.stream.Materializer mat)