Uses of Enum Class
ai.timefold.jpyinterpreter.PythonTernaryOperator
Packages that use PythonTernaryOperator
Package
Description
-
Uses of PythonTernaryOperator in ai.timefold.jpyinterpreter
Methods in ai.timefold.jpyinterpreter that return PythonTernaryOperatorModifier and TypeMethodDescriptionstatic PythonTernaryOperatorReturns the enum constant of this class with the specified name.static PythonTernaryOperator[]PythonTernaryOperator.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PythonTernaryOperator in ai.timefold.jpyinterpreter.builtins
Constructors in ai.timefold.jpyinterpreter.builtins with parameters of type PythonTernaryOperator -
Uses of PythonTernaryOperator in ai.timefold.jpyinterpreter.implementors
Methods in ai.timefold.jpyinterpreter.implementors with parameters of type PythonTernaryOperatorModifier and TypeMethodDescriptionstatic voidDunderOperatorImplementor.ternaryOperator(FunctionMetadata functionMetadata, StackMetadata stackMetadata, PythonTernaryOperator operator) Performs a ternary dunder operation on TOS, TOS1 and TOS2. -
Uses of PythonTernaryOperator in ai.timefold.jpyinterpreter.types
Methods in ai.timefold.jpyinterpreter.types with parameters of type PythonTernaryOperatorModifier and TypeMethodDescriptionvoidPythonLikeType.addTernaryMethod(PythonTernaryOperator operator, PythonFunctionSignature method) voidPythonLikeType.addTernaryMethod(PythonTernaryOperator operator, Method method)