Package ai.timefold.solver.core.preview.api.neighborhood.stream.function
package ai.timefold.solver.core.preview.api.neighborhood.stream.function
-
InterfacesClassDescriptionBiNeighborhoodsMapper<Solution_,
A, B, Result_> A mapping function that can be applied toBiEnumeratingStreamto transform data, optionally usingSolutionViewto query for solution state.BiNeighborhoodsPredicate<Solution_,A, B> A filter that can be applied to aBiEnumeratingStreamto filter out pairs of data, optionally usingSolutionViewto query for solution state.UniNeighborhoodsMapper<Solution_,A, Result_> A mapping function that can be applied toUniEnumeratingStreamto transform data, optionally usingSolutionViewto query for solution state.UniNeighborhoodsPredicate<Solution_,A> A filter that can be applied to aUniEnumeratingStreamto filter out pairs of data, optionally usingSolutionViewto query for solution state.