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