Package ai.timefold.jpyinterpreter.types
Class PythonGenerator
java.lang.Object
ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
ai.timefold.jpyinterpreter.types.PythonGenerator
- All Implemented Interfaces:
PythonLikeObject,Iterator<PythonLikeObject>
public abstract class PythonGenerator
extends AbstractPythonLikeObject
implements Iterator<PythonLikeObject>
-
Field Summary
FieldsFields inherited from class ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
OBJECT_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclose()send(PythonLikeObject sentValue) throwValue(Throwable thrownValue) Methods inherited from class ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
$deleteAttribute, $getAttributeOrNull, $getType, $setAttribute, getExtraAttributeMap, setAttribute, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface ai.timefold.jpyinterpreter.PythonLikeObject
$getAttributeOrError, $getGenericType, $method$__delattr__, $method$__eq__, $method$__format__, $method$__format__, $method$__getattribute__, $method$__hash__, $method$__ne__, $method$__repr__, $method$__setattr__, $method$__str__
-
Field Details
-
$TYPE
-
sentValue
-
thrownValue
-
-
Constructor Details
-
PythonGenerator
public PythonGenerator()
-
-
Method Details
-
close
-
send
-
throwValue
-
asPythonIterator
-