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