Package play.routing

Interface RequestFunctions.Params1<P,R>

Type Parameters:
P - the parameter type.
R - the result type.
All Superinterfaces:
BiFunction<Http.Request,P,R>, RequestFunctions.RequestFunction
Enclosing class:
RequestFunctions

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