public final class PassThruCombiner<T> extends Object implements Combiner<T>
| Constructor and Description |
|---|
PassThruCombiner() |
| Modifier and Type | Method and Description |
|---|---|
void |
combineAll(Iterable<T> thingsToCombine) |
void |
combineOne(T thingToCombine) |
boolean |
useCombineOne() |
public void combineAll(Iterable<T> thingsToCombine)
combineAll in interface Combiner<T>public void combineOne(T thingToCombine)
combineOne in interface Combiner<T>public boolean useCombineOne()
useCombineOne in interface Combiner<T>Copyright © 2004–2016. All rights reserved.