public class DispatchOp<T,U> extends Object implements IAggregableReduceOp<List<T>,List<U>>
Constructor and Description |
---|
DispatchOp() |
Modifier and Type | Method and Description |
---|---|
void |
accept(List<T> ts) |
<W extends IAggregableReduceOp<List<T>,List<U>>> |
combine(W accu) |
List<U> |
get() |
public <W extends IAggregableReduceOp<List<T>,List<U>>> void combine(W accu)
Copyright © 2022. All rights reserved.