Class PythonDecimal

java.lang.Object
ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
ai.timefold.jpyinterpreter.types.numeric.PythonDecimal
All Implemented Interfaces:
PythonLikeObject, PythonNumber, PythonLikeComparable<PythonNumber>, PlanningImmutable, Comparable<PythonNumber>

public class PythonDecimal extends AbstractPythonLikeObject implements PythonNumber, PlanningImmutable