Uses of Record Class
ai.timefold.jpyinterpreter.TypeHint
Packages that use TypeHint
-
Uses of TypeHint in ai.timefold.jpyinterpreter
Fields in ai.timefold.jpyinterpreter with type parameters of type TypeHintModifier and TypeFieldDescriptionPythonCompiledClass.typeAnnotationsType annotations for fieldsPythonCompiledFunction.typeAnnotationsType annotations for the parameters and return.Methods in ai.timefold.jpyinterpreter that return TypeHintModifier and TypeMethodDescriptionTypeHint.addAnnotations(List<AnnotationMetadata> addedAnnotations) TypeHint[]TypeHint.genericArgs()Returns the value of thegenericArgsrecord component.static TypeHintTypeHint.withoutAnnotations(PythonLikeType type) Methods in ai.timefold.jpyinterpreter that return types with arguments of type TypeHintConstructors in ai.timefold.jpyinterpreter with parameters of type TypeHintModifierConstructorDescriptionTypeHint(PythonLikeType type, List<AnnotationMetadata> annotationList, TypeHint[] genericArgs, PythonLikeType javaGetterType) Creates an instance of aTypeHintrecord class.