Public Vars

Back

instance? (clj)

(source)

variable

(instance? c x)
Evaluates x and tests if it is an instance of the class c. Returns true or false

Examples