Interface GroupNodeConstructor.NodeConstructorWithoutAccumulate<Tuple_ extends AbstractTuple>
-
- Enclosing interface:
- GroupNodeConstructor<Tuple_ extends AbstractTuple>
- 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 GroupNodeConstructor.NodeConstructorWithoutAccumulate<Tuple_ extends AbstractTuple>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractNodeapply(int groupStoreIndex, TupleLifecycle<Tuple_> nextNodesTupleLifecycle, int outputStoreSize, EnvironmentMode environmentMode)
-
-
-
Method Detail
-
apply
AbstractNode apply(int groupStoreIndex, TupleLifecycle<Tuple_> nextNodesTupleLifecycle, int outputStoreSize, EnvironmentMode environmentMode)
-
-