predicate-class? ( object -- ? )
Factor handbook » The language » Objects » Classes » Predicate classes

Prev:predicate-class


Vocabulary
classes.predicate

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the predicate-class class.

Definition