Package play.routing
Interface RequestFunctions.RequestFunction
-
- All Known Subinterfaces:
RequestFunctions.Params0<R>
,RequestFunctions.Params1<P,R>
,RequestFunctions.Params2<P1,P2,R>
,RequestFunctions.Params3<P1,P2,P3,R>
- Enclosing class:
- RequestFunctions
public static interface RequestFunctions.RequestFunction
This is used to "tag" the functions which requires a request to execute.