isNotA
Tests whether an object is not a type or trait.
Target
Signature
1object->isNotA(name::tag)Tests whether an object is not a type or trait.
isNotA is called with member syntax on a receiver value. isNotA belongs to the object model. Use type constraints to document the value you expect and member syntax when behavior naturally belongs to an object.
Parameters
name- Required value of type
tag. Supplynamepositionally unless the signature shows a keyword form.
Examples
Basic call
1'x'->isNotA(::integer)The example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.