hasTypeArgumentWithName

abstract fun hasTypeArgumentWithName(name: String, vararg names: String): Boolean

Checks if any type argument has one of the specified names.

Return

true if any type argument matches one of the names, otherwise false.

Parameters

name

The first name to check.

names

Additional names to check.


Checks if any type argument has one of the specified names.

Return

true if any type argument matches one of the names, otherwise false.

Parameters

names

A collection of names to check.