public static class Munge.AlwaysOutputPicker<T> extends Object implements Munge.OutputPicker<T>
| Constructor and Description |
|---|
AlwaysOutputPicker(T next) |
| Modifier and Type | Method and Description |
|---|---|
void |
entitiesMunged(int entitiesMunged)
Update the number of entities already handled.
|
T |
output()
Get the handler to write to.
|
public AlwaysOutputPicker(T next)
public T output()
Munge.OutputPickeroutput in interface Munge.OutputPicker<T>public void entitiesMunged(int entitiesMunged)
Munge.OutputPickerentitiesMunged in interface Munge.OutputPicker<T>Copyright © 2016. All rights reserved.