P
- the parameter type.R
- the result type.public static interface RequestFunctions.Params1<P,R> extends java.util.function.BiFunction<Http.Request,P,R>, RequestFunctions.RequestFunction
Http.Request
, a single parameter, and return a result type. Results are typically
Result
or a CompletionStage
that produces a Result.