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