with Fully Qualified Name
fun <T : KoFullyQualifiedNameProvider> List<T>.withFullyQualifiedName(name: String, vararg names: String): List<T>
List containing declarations with the fully qualified name.
Return
A list containing declarations with the specified fully qualified names.
Parameters
name
The name to include.
names
The names to include.
fun <T : KoFullyQualifiedNameProvider> List<T>.withFullyQualifiedName(names: Collection<String>): List<T>
List containing declarations with the fully qualified name.
Return
A list containing declarations with the specified fully qualified names.
Parameters
names
The names to include.