FutureMatcher

trait FutureMatcher[-T]
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply[S <: T](s: S): Future[Result]

apply this matcher to a value

apply this matcher to a value

Returns:

a Future Result describing the outcome of the match