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 aHttp.Request
, a single parameter, and return a result type. Results are typicallyResult
or aCompletionStage
that produces a Result.
-
-
Method Summary
-
Methods inherited from interface java.util.function.BiFunction
andThen, apply
-
-