Liking cljdoc? Tell your friends :D
Clojure only.

javax.lang.model.type.UnionType

Represents a union type.

As of the RELEASE_7 source version, union types can appear as the type of a multi-catch exception parameter.

Represents a union type.

As of the RELEASE_7 source version, union types can appear as the type
of a multi-catch exception parameter.
raw docstring

get-alternativesclj

(get-alternatives this)

Return the alternatives comprising this union type.

returns: the alternatives comprising this union type. - java.util.List<? extends javax.lang.model.type.TypeMirror>

Return the alternatives comprising this union type.

returns: the alternatives comprising this union type. - `java.util.List<? extends javax.lang.model.type.TypeMirror>`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close