Uses of Interface
ai.timefold.solver.core.preview.api.neighborhood.stream.function.UniNeighborhoodsMapper
Packages that use UniNeighborhoodsMapper
Package
Description
-
Uses of UniNeighborhoodsMapper in ai.timefold.solver.core.impl.neighborhood.stream.enumerating.uni
Methods in ai.timefold.solver.core.impl.neighborhood.stream.enumerating.uni with parameters of type UniNeighborhoodsMapperModifier and TypeMethodDescription<ResultA_> UniEnumeratingStream<Solution_,ResultA_> AbstractUniEnumeratingStream.map(UniNeighborhoodsMapper<Solution_, A, ResultA_> mapping) <ResultA_,ResultB_>
BiEnumeratingStream<Solution_,ResultA_, ResultB_> AbstractUniEnumeratingStream.map(UniNeighborhoodsMapper<Solution_, A, ResultA_> mappingA, UniNeighborhoodsMapper<Solution_, A, ResultB_> mappingB) -
Uses of UniNeighborhoodsMapper in ai.timefold.solver.core.preview.api.neighborhood.stream.enumerating
Methods in ai.timefold.solver.core.preview.api.neighborhood.stream.enumerating with parameters of type UniNeighborhoodsMapperModifier and TypeMethodDescription<ResultA_> UniEnumeratingStream<Solution_,ResultA_> UniEnumeratingStream.map(UniNeighborhoodsMapper<Solution_, A, ResultA_> mapping) Transforms the stream in such a way that tuples are remapped using the given function.<ResultA_,ResultB_>
BiEnumeratingStream<Solution_,ResultA_, ResultB_> UniEnumeratingStream.map(UniNeighborhoodsMapper<Solution_, A, ResultA_> mappingA, UniNeighborhoodsMapper<Solution_, A, ResultB_> mappingB) As defined byUniEnumeratingStream.map(UniNeighborhoodsMapper), only resulting inBiEnumeratingStream.