Class PublisherReducers.AnyMatchReducer<E>
java.lang.Object
org.infinispan.reactive.publisher.PublisherReducers.AnyMatchReducer<E>
- All Implemented Interfaces:
Function<org.reactivestreams.Publisher<E>, CompletionStage<Boolean>>
- Enclosing class:
PublisherReducers
@ProtoTypeId(1306)
public static class PublisherReducers.AnyMatchReducer<E>
extends Object
implements Function<org.reactivestreams.Publisher<E>, CompletionStage<Boolean>>
- Since:
- 10.0
- Author:
- wburns
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<org.reactivestreams.Publisher<E>, CompletionStage<Boolean>>
-