Navigation: Code Documentation > IE
PredicatePackage Namespace
Represents namespace PredicatePackage.
Name
Description
TEvenPFunction
Represents type TEvenPFunction.
TGetValueTypeFunction
Represents type TGetValueTypeFunction.
TOddPFunction
Represents type TOddPFunction.
TPredicatePackage
Represents type TPredicatePackage.
TVerifyTypePFunction
Represents type TVerifyTypePFunction.
Top
EvenPComment
'Returns TRUE if the argument is an even integer, FALSE otherwise'
EvenPFunctionName
'evenp'
ExternalAddressPFunctionName
'external-addressp'
FloatPFunctionName
'floatp'
FuzzyPFunctionName
'fuzzyp'
GetValueTypeFunctionComment
'Returns the type of the argument'
GetValueTypeFunctionName
'get-type'
IntegerPFunctionName
'integerp'
LexemePFunctionName
'lexemep'
MultiFieldPFunctionName
'multifieldp'
NumberPFunctionName
'numberp'
ObjectPFunctionName
'objectp'
OddPComment
'Returns TRUE if the argument is an odd integer, FALSE otherwise'
OddPFunctionName
'oddp'
PredicateComment
'Returns TRUE if the argument is of the following type(s): '+'%s. If the argument is any other type, FALSE is returned'
StringPFunctionName
'stringp'
SymbolPFunctionName
'symbolp'