Package eu.bandm.tools.ramus.runtime2
Interface Reducer.Constructor5<D,A1,A2,A3,A4,A5,R>
- All Known Subinterfaces:
Reducer.Collector5<D,
A1, A2, A3, A4, A5>
- Enclosing class:
- Reducer
public static interface Reducer.Constructor5<D,A1,A2,A3,A4,A5,R>
-
Method Details
-
parse
-
apply
R apply(Reducer.Context<D> context, A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5) throws Reducer.Abort - Throws:
Reducer.Abort
-