类 RouterFunctions.SameComposedRouterFunction<T extends ServerResponse>

java.lang.Object
cn.taketoday.web.handler.function.RouterFunctions.AbstractRouterFunction<T>
cn.taketoday.web.handler.function.RouterFunctions.SameComposedRouterFunction<T>
类型参数:
T - the server response type
所有已实现的接口:
RouterFunction<T>
封闭类:
RouterFunctions

static final class RouterFunctions.SameComposedRouterFunction<T extends ServerResponse> extends RouterFunctions.AbstractRouterFunction<T>
A composed routing function that first invokes one function, and then invokes the another function (of the same response type T) if this route had no result.