Interface RewriteFunction<T,​R>

  • Type Parameters:
    T - the type of the first argument to the function
    R - the type of element signaled by the Publisher
    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.