V - value typepublic class PublisherAdder<V> extends Object
| Constructor and Description |
|---|
PublisherAdder(RCollectionReactive<V> destination) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<Integer> |
addAll(org.reactivestreams.Publisher<? extends V> c) |
Integer |
sum(Integer first,
Integer second) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.