public static class MungePart.AlwaysOutputPicker<T> extends Object implements MungePart.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()
MungePart.OutputPickeroutput in interface MungePart.OutputPicker<T>public void entitiesMunged(int entitiesMunged)
MungePart.OutputPickerentitiesMunged in interface MungePart.OutputPicker<T>Copyright © 2016. All rights reserved.