Package ai.timefold.jpyinterpreter.types
Interface PythonLikeComparable<T>
- All Superinterfaces:
Comparable<T>
- All Known Subinterfaces:
PythonNumber
- All Known Implementing Classes:
PythonBoolean,PythonComplex,PythonDate,PythonDateTime,PythonDecimal,PythonFloat,PythonInteger,PythonLikeTuple,PythonString,PythonTimeDelta
-
Method Summary
Modifier and TypeMethodDescriptiondefault PythonBooleangreaterThan(T other) default PythonBooleangreaterThanOrEqual(T other) default PythonBooleandefault PythonBooleanlessThanOrEqual(T other) static voidsetup(PythonLikeType type) Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
setup
-
lessThan
-
greaterThan
-
lessThanOrEqual
-
greaterThanOrEqual
-