Uses of Interface
ai.timefold.solver.constraint.streams.bavet.common.GroupNodeConstructor
-
Packages that use GroupNodeConstructor Package Description ai.timefold.solver.constraint.streams.bavet.common This package contains performance-sensitive code. -
-
Uses of GroupNodeConstructor in ai.timefold.solver.constraint.streams.bavet.common
Methods in ai.timefold.solver.constraint.streams.bavet.common that return GroupNodeConstructor Modifier and Type Method Description static <Tuple_ extends AbstractTuple>
GroupNodeConstructor<Tuple_>GroupNodeConstructor. of(GroupNodeConstructor.NodeConstructorWithAccumulate<Tuple_> nodeConstructorWithAccumulate)static <Tuple_ extends AbstractTuple>
GroupNodeConstructor<Tuple_>GroupNodeConstructor. of(GroupNodeConstructor.NodeConstructorWithoutAccumulate<Tuple_> nodeConstructorWithoutAccumulate)
-