api / org.gradle.api.reflect / TypeOf / isWildcard

isWildcard

open fun isWildcard(): Boolean

Queries whether this object represents a wildcard type expression, such as ?, ? extends Number, or ? super Integer.

Return
true if this object represents a wildcard type expression.

See Also
#getUpperBound()