public interface IAggregableReduceOp<T,V> extends java.util.function.Consumer<T>, java.util.function.Supplier<V>, Serializable
| Modifier and Type | Method and Description |
|---|---|
<W extends IAggregableReduceOp<T,V>> |
combine(W accu) |
accept, andThenget<W extends IAggregableReduceOp<T,V>> void combine(W accu)
Copyright © 2017. All rights reserved.