Class PublisherReducers.ReduceWithIdentityReducer<I,E>

java.lang.Object
org.infinispan.reactive.publisher.PublisherReducers.ReduceWithIdentityReducer<I,E>
All Implemented Interfaces:
Function<org.reactivestreams.Publisher<I>, CompletionStage<E>>
Enclosing class:
PublisherReducers

@ProtoTypeId(1317) public static class PublisherReducers.ReduceWithIdentityReducer<I,E> extends Object implements Function<org.reactivestreams.Publisher<I>, CompletionStage<E>>
Since:
10.0
Author:
wburns