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