public interface RamaOperation2<T0,T1> extends RamaOperation
Modifier and Type | Method and Description |
---|---|
void |
invoke(T0 arg0,
T1 arg1,
OutputCollector collector)
Executes operation and emits results by calling methods on the provided
OutputCollector |
void invoke(T0 arg0, T1 arg1, OutputCollector collector)
OutputCollector
collector
- Emits results back to caller of operation