Guest User

Untitled

a guest
Mar 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public static <T extends ServerResponse> RouterFunction<T> route(
  2. RequestPredicate predicate, HandlerFunction<T> handlerFunction) {
  3. // stuff
  4. }
Add Comment
Please, Sign In to add comment