Package play.routing
Interface RequestFunctions.Params0<R>
-
- Type Parameters:
R
- the result type.
- All Superinterfaces:
Function<Http.Request,R>
,RequestFunctions.RequestFunction
- Enclosing class:
- RequestFunctions
public static interface RequestFunctions.Params0<R> extends Function<Http.Request,R>, RequestFunctions.RequestFunction
A function that receives aHttp.Request
, no parameters, and return a result type. Results are typicallyResult
or aCompletionStage
that produces a Result.