public interface Combiner<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
default void |
combineAll(Iterable<T> thingsToCombine) |
void |
combineOne(T thingToCombine) |
boolean |
useCombineOne() |
Copyright © 2004–2022. All rights reserved.