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 a Http.Request, no parameters, and return a result type. Results are typically Result or a CompletionStage that produces a Result.