Package play.routing
Interface RequestFunctions.Params2<P1,P2,R>
-
- Type Parameters:
P1
- the first parameter type.P2
- the second parameter type.R
- the result type.
- All Superinterfaces:
F.Function3<Http.Request,P1,P2,R>
,RequestFunctions.RequestFunction
- Enclosing class:
- RequestFunctions
public static interface RequestFunctions.Params2<P1,P2,R> extends F.Function3<Http.Request,P1,P2,R>, RequestFunctions.RequestFunction
A function that receives aHttp.Request
, two parameters, and return a result type. Results are typicallyResult
or aCompletionStage
that produces a Result.
-
-
Method Summary
-
Methods inherited from interface play.libs.F.Function3
apply
-
-