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