mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 21:39:05 +00:00
This commit replaces the UnaryOperatory<ServerWebExchange> inputs with Function<ServerWebExchange, ServerWebExchange> instead. Unfortunately the composability methods inherited from Function don't work in terms of generics for composing multiple UnaryOperator's. Issue: SPR-15599