Package eu.bandm.tools.ramus.runtime2
Interface Reducer.Collector3<D,A1,A2,A3>
- All Superinterfaces:
Reducer.Constructor3<D,
A1, A2, A3, 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.Collector3<D,A1,A2,A3>
extends Reducer.Constructor3<D,A1,A2,A3,Unit>
-
Method Summary
Methods inherited from interface eu.bandm.tools.ramus.runtime2.Reducer.Constructor3
parse
-
Method Details
-
accept
- Throws:
Reducer.Abort
-
apply
- Specified by:
apply
in interfaceReducer.Constructor3<D,
A1, A2, A3, Unit> - Throws:
Reducer.Abort
-