A mixin interface for an element that has type parameters.
A mixin interface for an element that has type parameters.
(get-type-parameters this)
Returns the formal type parameters of the type element in declaration order.
returns: the formal type parameters, or an empty list
if there are none - java.util.List<? extends javax.lang.model.element.TypeParameterElement>
Returns the formal type parameters of the type element in declaration order. returns: the formal type parameters, or an empty list if there are none - `java.util.List<? extends javax.lang.model.element.TypeParameterElement>`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close