Uses of Interface
ai.timefold.jpyinterpreter.types.PythonLikeFunction
Packages that use PythonLikeFunction
Package
Description
-
Uses of PythonLikeFunction in ai.timefold.jpyinterpreter.builtins
Classes in ai.timefold.jpyinterpreter.builtins that implement PythonLikeFunctionModifier and TypeClassDescriptionclassclassclassMethods in ai.timefold.jpyinterpreter.builtins that return PythonLikeFunctionModifier and TypeMethodDescriptionstatic PythonLikeFunctionGlobalBuiltins.importFunction(PythonInterpreter pythonInterpreter) static PythonLikeFunctionGlobalBuiltins.input(PythonInterpreter interpreter) static PythonLikeFunctionGlobalBuiltins.print(PythonInterpreter interpreter) Methods in ai.timefold.jpyinterpreter.builtins with parameters of type PythonLikeFunctionModifier and TypeMethodDescriptionstatic PythonLikeObjectFunctionBuiltinOperations.bindFunctionToInstance(PythonLikeFunction function, PythonLikeObject instance, PythonLikeType type) static PythonLikeObjectFunctionBuiltinOperations.bindFunctionToType(PythonLikeFunction function, PythonLikeObject instance, PythonLikeType type) -
Uses of PythonLikeFunction in ai.timefold.jpyinterpreter.implementors
Methods in ai.timefold.jpyinterpreter.implementors that return PythonLikeFunctionModifier and TypeMethodDescriptionstatic PythonLikeFunctionFunctionImplementor.createInstance(PythonLikeTuple defaultPositionalArgs, PythonLikeDict defaultKeywordArgs, PythonLikeDict annotationDict, PythonLikeTuple closure, PythonString functionName, PythonCode code, PythonInterpreter pythonInterpreter) static PythonLikeFunctionFunctionImplementor.createInstance(PythonLikeTuple defaultPositionalArgs, PythonLikeDict defaultKeywordArgs, PythonLikeTuple annotationTuple, PythonLikeTuple closure, PythonString functionName, PythonCode code, PythonInterpreter pythonInterpreter) -
Uses of PythonLikeFunction in ai.timefold.jpyinterpreter.types
Classes in ai.timefold.jpyinterpreter.types that implement PythonLikeFunctionModifier and TypeClassDescriptionclassclassclassclassclassclassFields in ai.timefold.jpyinterpreter.types with type parameters of type PythonLikeFunctionModifier and TypeFieldDescriptionfinal Class<? extends PythonLikeFunction>PythonCode.functionClassThe class of the function that implement the codeMethods in ai.timefold.jpyinterpreter.types with parameters of type PythonLikeFunctionModifier and TypeMethodDescriptionstatic BoundPythonLikeFunctionBoundPythonLikeFunction.boundToTypeOfObject(PythonLikeObject instance, PythonLikeFunction function) voidPythonLikeType.setConstructor(PythonLikeFunction constructor) Constructors in ai.timefold.jpyinterpreter.types with parameters of type PythonLikeFunctionModifierConstructorDescriptionBoundPythonLikeFunction(PythonLikeObject instance, PythonLikeFunction function) Constructor parameters in ai.timefold.jpyinterpreter.types with type arguments of type PythonLikeFunction -
Uses of PythonLikeFunction in ai.timefold.jpyinterpreter.types.wrappers
Classes in ai.timefold.jpyinterpreter.types.wrappers that implement PythonLikeFunctionModifier and TypeClassDescriptionclassclassclassfinal classA class used as a delegator to another PythonLikeFunction.classMethods in ai.timefold.jpyinterpreter.types.wrappers that return PythonLikeFunctionMethods in ai.timefold.jpyinterpreter.types.wrappers with parameters of type PythonLikeFunctionModifier and TypeMethodDescriptionvoidPythonLikeFunctionWrapper.setWrapped(PythonLikeFunction wrapped)