Skip to main content

isa?

functionv1.0

clojure.core/isa?

Available in:BBCLJCLJS
(isa? [child parent] [h child parent])
Returns true if (= child parent), or child is directly or indirectly derived from parent, either via a Java type inheritance relationship or a relationship established via derive. h must be a hierarchy obtained from make-hierarchy, if not supplied defaults to the global hierarchy

No examples yet. Be the first to add one!