Interface RewriteFunction<T,R>
- Type Parameters:
T- the type of the first argument to the functionR- the type of element signaled by thePublisher
- All Superinterfaces:
BiFunction<org.springframework.web.server.ServerWebExchange, T, org.reactivestreams.Publisher<R>>
public interface RewriteFunction<T,R>
extends BiFunction<org.springframework.web.server.ServerWebExchange, T, org.reactivestreams.Publisher<R>>
This interface is BETA and may be subject to change in a future release.
-
Method Summary
Methods inherited from interface BiFunction
andThen, apply