hasTypeArgumentsWithAllNames

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

Checks if all type arguments have one of the specified names.

Return

true if all type arguments match one of the names, otherwise false.

Parameters

name

The first name to check.

names

Additional names to check.


Checks if all type arguments have one of the specified names.

Return

true if all type arguments match one of the names, otherwise false.

Parameters

names

A collection of names to check.