Package ai.timefold.jpyinterpreter.util
Class IteratorUtils
java.lang.Object
ai.timefold.jpyinterpreter.util.IteratorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <Mapped_> Iterator<PythonLikeObject>iteratorMap(Iterator<Mapped_> source, Function<Mapped_, PythonLikeObject> mapFunction)
-
Constructor Details
-
IteratorUtils
public IteratorUtils()
-
-
Method Details
-
iteratorMap
public static <Mapped_> Iterator<PythonLikeObject> iteratorMap(Iterator<Mapped_> source, Function<Mapped_, PythonLikeObject> mapFunction)
-