java.io.Serializable, Combiner<T>public final class PassThruCombiner<T> extends java.lang.Object implements Combiner<T>
| Constructor | Description |
|---|---|
PassThruCombiner() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
combineAll(java.lang.Iterable<T> thingsToCombine) |
|
void |
combineOne(T thingToCombine) |
|
boolean |
useCombineOne() |
public void combineAll(java.lang.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–2018. All rights reserved.