Uses of Class
ai.timefold.jpyinterpreter.types.numeric.PythonBoolean
Packages that use PythonBoolean
Package
Description
-
Uses of PythonBoolean in ai.timefold.jpyinterpreter.builtins
Methods in ai.timefold.jpyinterpreter.builtins that return PythonBooleanModifier and TypeMethodDescriptionstatic PythonBooleanGlobalBuiltins.all(List<PythonLikeObject> positionalArgs, Map<PythonString, PythonLikeObject> keywordArgs, PythonLikeObject instance) static PythonBooleanGlobalBuiltins.any(List<PythonLikeObject> positionalArgs, Map<PythonString, PythonLikeObject> keywordArgs, PythonLikeObject instance) static PythonBooleanGlobalBuiltins.callable(List<PythonLikeObject> positionalArgs, Map<PythonString, PythonLikeObject> keywordArgs, PythonLikeObject instance) static PythonBooleanGlobalBuiltins.hasattr(List<PythonLikeObject> positionalArgs, Map<PythonString, PythonLikeObject> keywordArgs, PythonLikeObject instance) static PythonBooleanGlobalBuiltins.isinstance(List<PythonLikeObject> positionalArgs, Map<PythonString, PythonLikeObject> keywordArgs, PythonLikeObject instance) static PythonBooleanGlobalBuiltins.issubclass(List<PythonLikeObject> positionalArgs, Map<PythonString, PythonLikeObject> keywordArgs, PythonLikeObject instance) -
Uses of PythonBoolean in ai.timefold.jpyinterpreter.types
Methods in ai.timefold.jpyinterpreter.types that return PythonBooleanModifier and TypeMethodDescriptionPythonNone.asBool()PythonByteArray.containsSubsequence(PythonByteArray subsequence) PythonBytes.containsSubsequence(PythonBytes subsequence) PythonString.containsSubstring(PythonString substring) PythonByteArray.endsWith(PythonLikeTuple<PythonByteArray> suffixes) PythonByteArray.endsWith(PythonLikeTuple<PythonByteArray> suffixes, PythonInteger start) PythonByteArray.endsWith(PythonLikeTuple<PythonByteArray> suffixes, PythonInteger start, PythonInteger end) PythonByteArray.endsWith(PythonByteArray suffix) PythonByteArray.endsWith(PythonByteArray suffix, PythonInteger start) PythonByteArray.endsWith(PythonByteArray suffix, PythonInteger start, PythonInteger end) PythonBytes.endsWith(PythonLikeTuple<PythonBytes> suffixes) PythonBytes.endsWith(PythonLikeTuple<PythonBytes> suffixes, PythonInteger start) PythonBytes.endsWith(PythonLikeTuple<PythonBytes> suffixes, PythonInteger start, PythonInteger end) PythonBytes.endsWith(PythonBytes suffix) PythonBytes.endsWith(PythonBytes suffix, PythonInteger start) PythonBytes.endsWith(PythonBytes suffix, PythonInteger start, PythonInteger end) PythonString.endsWith(PythonLikeTuple<PythonString> suffixTuple) PythonString.endsWith(PythonLikeTuple<PythonString> suffixTuple, PythonInteger start) PythonString.endsWith(PythonLikeTuple<PythonString> suffixTuple, PythonInteger start, PythonInteger end) PythonString.endsWith(PythonString suffix) PythonString.endsWith(PythonString suffix, PythonInteger start) PythonString.endsWith(PythonString suffix, PythonInteger start, PythonInteger end) PythonNone.equalsObject(PythonLikeObject other) default PythonBooleanPythonLikeComparable.greaterThan(T other) default PythonBooleanPythonLikeComparable.greaterThanOrEqual(T other) PythonByteArray.isAlpha()PythonBytes.isAlpha()PythonString.isAlpha()PythonByteArray.isAlphaNumeric()PythonBytes.isAlphaNumeric()PythonString.isAlphaNumeric()PythonByteArray.isAscii()PythonBytes.isAscii()PythonString.isAscii()PythonString.isDecimal()PythonByteArray.isDigit()PythonBytes.isDigit()PythonString.isDigit()PythonString.isIdentifier()PythonByteArray.isLower()PythonBytes.isLower()PythonString.isLower()PythonString.isNumeric()PythonRange.isObjectInRange(PythonLikeObject query) PythonString.isPrintable()PythonByteArray.isSpace()PythonBytes.isSpace()PythonString.isSpace()PythonByteArray.isTitle()PythonBytes.isTitle()PythonString.isTitle()PythonByteArray.isUpper()PythonBytes.isUpper()PythonString.isUpper()default PythonBooleandefault PythonBooleanPythonLikeComparable.lessThanOrEqual(T other) PythonNone.notEqualsObject(PythonLikeObject other) PythonSlice.pythonEquals(PythonSlice other) PythonByteArray.startsWith(PythonLikeTuple<PythonByteArray> prefixes) PythonByteArray.startsWith(PythonLikeTuple<PythonByteArray> prefixes, PythonInteger start) PythonByteArray.startsWith(PythonLikeTuple<PythonByteArray> prefixes, PythonInteger start, PythonInteger end) PythonByteArray.startsWith(PythonByteArray prefix) PythonByteArray.startsWith(PythonByteArray prefix, PythonInteger start) PythonByteArray.startsWith(PythonByteArray prefix, PythonInteger start, PythonInteger end) PythonBytes.startsWith(PythonLikeTuple<PythonBytes> prefixes) PythonBytes.startsWith(PythonLikeTuple<PythonBytes> prefixes, PythonInteger start) PythonBytes.startsWith(PythonLikeTuple<PythonBytes> prefixes, PythonInteger start, PythonInteger end) PythonBytes.startsWith(PythonBytes prefix) PythonBytes.startsWith(PythonBytes prefix, PythonInteger start) PythonBytes.startsWith(PythonBytes prefix, PythonInteger start, PythonInteger end) PythonString.startsWith(PythonLikeTuple<PythonString> prefixTuple) PythonString.startsWith(PythonLikeTuple<PythonString> prefixTuple, PythonInteger start) PythonString.startsWith(PythonLikeTuple<PythonString> prefixTuple, PythonInteger start, PythonInteger end) PythonString.startsWith(PythonString prefix) PythonString.startsWith(PythonString prefix, PythonInteger start) PythonString.startsWith(PythonString prefix, PythonInteger start, PythonInteger end) Methods in ai.timefold.jpyinterpreter.types with parameters of type PythonBooleanModifier and TypeMethodDescriptionPythonByteArray.splitLines(PythonBoolean keepEnds) PythonBytes.splitLines(PythonBoolean keepEnds) PythonString.splitLines(PythonBoolean keepEnds) -
Uses of PythonBoolean in ai.timefold.jpyinterpreter.types.collections
Methods in ai.timefold.jpyinterpreter.types.collections that return PythonBooleanModifier and TypeMethodDescriptionPythonLikeFrozenSet.containsItem(PythonLikeObject query) PythonLikeList.containsItem(PythonLikeObject item) PythonLikeSet.containsItem(PythonLikeObject query) PythonLikeTuple.containsItem(PythonLikeObject item) PythonLikeFrozenSet.isDisjoint(PythonLikeFrozenSet other) PythonLikeFrozenSet.isDisjoint(PythonLikeSet other) PythonLikeSet.isDisjoint(PythonLikeFrozenSet other) PythonLikeSet.isDisjoint(PythonLikeSet other) PythonLikeDict.isKeyInDict(PythonLikeObject key) PythonLikeFrozenSet.isStrictSubset(PythonLikeFrozenSet other) PythonLikeFrozenSet.isStrictSubset(PythonLikeSet other) PythonLikeSet.isStrictSubset(PythonLikeFrozenSet other) PythonLikeSet.isStrictSubset(PythonLikeSet other) PythonLikeFrozenSet.isStrictSuperset(PythonLikeFrozenSet other) PythonLikeFrozenSet.isStrictSuperset(PythonLikeSet other) PythonLikeSet.isStrictSuperset(PythonLikeFrozenSet other) PythonLikeSet.isStrictSuperset(PythonLikeSet other) PythonLikeFrozenSet.isSubset(PythonLikeFrozenSet other) PythonLikeFrozenSet.isSubset(PythonLikeSet other) PythonLikeSet.isSubset(PythonLikeFrozenSet other) PythonLikeSet.isSubset(PythonLikeSet other) PythonLikeFrozenSet.isSuperset(PythonLikeFrozenSet other) PythonLikeFrozenSet.isSuperset(PythonLikeSet other) PythonLikeSet.isSuperset(PythonLikeFrozenSet other) PythonLikeSet.isSuperset(PythonLikeSet other) -
Uses of PythonBoolean in ai.timefold.jpyinterpreter.types.collections.view
Methods in ai.timefold.jpyinterpreter.types.collections.view that return PythonBooleanModifier and TypeMethodDescriptionDictItemView.containsItem(PythonLikeObject o) DictKeyView.containsKey(PythonLikeObject key) DictValueView.containsValue(PythonLikeObject value) DictItemView.isDisjoint(DictItemView other) DictKeyView.isDisjoint(DictKeyView other) DictItemView.isStrictSubset(DictItemView other) DictKeyView.isStrictSubset(DictKeyView other) DictItemView.isStrictSuperset(DictItemView other) DictKeyView.isStrictSuperset(DictKeyView other) DictItemView.isSubset(DictItemView other) DictKeyView.isSubset(DictKeyView other) DictItemView.isSuperset(DictItemView other) DictKeyView.isSuperset(DictKeyView other) -
Uses of PythonBoolean in ai.timefold.jpyinterpreter.types.datetime
Methods in ai.timefold.jpyinterpreter.types.datetime that return PythonBoolean -
Uses of PythonBoolean in ai.timefold.jpyinterpreter.types.numeric
Fields in ai.timefold.jpyinterpreter.types.numeric declared as PythonBooleanModifier and TypeFieldDescriptionstatic final PythonBooleanPythonBoolean.FALSEstatic final PythonBooleanPythonBoolean.TRUEMethods in ai.timefold.jpyinterpreter.types.numeric that return PythonBooleanModifier and TypeMethodDescriptionPythonDecimal.$method$__bool__()PythonDecimal.$method$__eq__(PythonDecimal other) PythonDecimal.$method$__eq__(PythonFloat other) PythonDecimal.$method$__eq__(PythonInteger other) PythonDecimal.$method$__ge__(PythonDecimal other) PythonDecimal.$method$__ge__(PythonFloat other) PythonDecimal.$method$__ge__(PythonInteger other) PythonDecimal.$method$__gt__(PythonDecimal other) PythonDecimal.$method$__gt__(PythonFloat other) PythonDecimal.$method$__gt__(PythonInteger other) PythonDecimal.$method$__le__(PythonDecimal other) PythonDecimal.$method$__le__(PythonFloat other) PythonDecimal.$method$__le__(PythonInteger other) PythonDecimal.$method$__lt__(PythonDecimal other) PythonDecimal.$method$__lt__(PythonFloat other) PythonDecimal.$method$__lt__(PythonInteger other) PythonDecimal.$method$__neq__(PythonDecimal other) PythonDecimal.$method$__neq__(PythonFloat other) PythonDecimal.$method$__neq__(PythonInteger other) PythonDecimal.$method$is_canonical()PythonDecimal.$method$is_finite()PythonDecimal.$method$is_infinite()PythonDecimal.$method$is_nan()PythonDecimal.$method$is_normal()PythonDecimal.$method$is_qnan()PythonDecimal.$method$is_signed()PythonDecimal.$method$is_snan()PythonDecimal.$method$is_subnormal()PythonDecimal.$method$is_zero()PythonDecimal.$method$same_quantum(PythonDecimal other) PythonBoolean.asBoolean()PythonFloat.asBoolean()PythonInteger.asBoolean()PythonFloat.greaterThan(PythonFloat other) PythonFloat.greaterThan(PythonInteger other) PythonInteger.greaterThan(PythonFloat other) PythonInteger.greaterThan(PythonInteger other) PythonFloat.greaterThanOrEqual(PythonFloat other) PythonFloat.greaterThanOrEqual(PythonInteger other) PythonInteger.greaterThanOrEqual(PythonFloat other) PythonInteger.greaterThanOrEqual(PythonInteger other) PythonFloat.lessThan(PythonFloat other) PythonFloat.lessThan(PythonInteger other) PythonInteger.lessThan(PythonFloat other) PythonInteger.lessThan(PythonInteger other) PythonFloat.lessThanOrEqual(PythonFloat other) PythonFloat.lessThanOrEqual(PythonInteger other) PythonInteger.lessThanOrEqual(PythonFloat other) PythonInteger.lessThanOrEqual(PythonInteger other) PythonBoolean.not()PythonFloat.notEqual(PythonFloat other) PythonFloat.notEqual(PythonInteger other) PythonInteger.notEqual(PythonFloat other) PythonInteger.notEqual(PythonInteger other) PythonFloat.pythonEquals(PythonFloat other) PythonFloat.pythonEquals(PythonInteger other) PythonInteger.pythonEquals(PythonFloat other) PythonInteger.pythonEquals(PythonInteger other) static PythonBooleanPythonBoolean.valueOf(boolean result)