extract abstract method

Future<Result<T, Rejection>> extract(
  1. Request request
)

Produces the value, or the rejection that stops the handler.

Implementation

Future<Result<T, Rejection>> extract(Request request);