类 RouterFunctions.FilteredRouterFunction<T extends ServerResponse,S extends ServerResponse>

java.lang.Object
cn.taketoday.web.handler.function.RouterFunctions.FilteredRouterFunction<T,S>
类型参数:
T - the type of the handler function to filter
S - the type of the response of the function
所有已实现的接口:
RouterFunction<S>
封闭类:
RouterFunctions

static final class RouterFunctions.FilteredRouterFunction<T extends ServerResponse,S extends ServerResponse> extends Object implements RouterFunction<S>
Filter the specified handler functions with the given filter function.