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