(defn potential-static "Returns a list of potential static members for a given namespace" ([#^Class class] (concat (map member-name (static-methods class)) (map member-name (static-fields class)))))
Comments top
No comments for potential-static. Log in to add a comment.