spring-framework/spring-webflux/src
Kai Zander d96a63944c Simplify use of Reactor's cast operator
This commit replaces filter(x -> x instanceof C).cast(C.class) with the
built-in ofType(C.class).

See gh-32141
2024-01-27 12:21:46 +01:00
..
main Declare current observation context as available since 6.0.15 2024-01-24 12:40:00 +01:00
test Simplify use of Reactor's cast operator 2024-01-27 12:21:46 +01:00