Package eu.bandm.tools.ramus.runtime2
Interface Reducer.Collector5<D,A1,A2,A3,A4,A5>
- All Superinterfaces:
Reducer.Constructor5<D,
A1, A2, A3, A4, A5, Unit>
- Enclosing class:
- Reducer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface Reducer.Collector5<D,A1,A2,A3,A4,A5>
extends Reducer.Constructor5<D,A1,A2,A3,A4,A5,Unit>
-
Method Summary
Methods inherited from interface eu.bandm.tools.ramus.runtime2.Reducer.Constructor5
parse
-
Method Details
-
accept
void accept(Reducer.Context<D> context, A1 val1, A2 val2, A3 val3, A4 val4, A5 val5) throws Reducer.Abort - Throws:
Reducer.Abort
-
apply
default Unit apply(Reducer.Context<D> context, A1 val1, A2 val2, A3 val3, A4 val4, A5 val5) throws Reducer.Abort - Specified by:
apply
in interfaceReducer.Constructor5<D,
A1, A2, A3, A4, A5, Unit> - Throws:
Reducer.Abort
-