with All Parent Interfaces Named
fun <T : KoParentInterfaceProvider> List<T>.withAllParentInterfacesNamed(name: String, vararg names: String, indirectParents: Boolean = false): List<T>
List containing declarations that have all specified parent interfaces.
Return
A list containing declarations with all specified parent interface(s).
Parameters
name
The name of the parent interface to include.
names
The name(s) of the parent interface(s) to include.
indirect Parents
Whether to include indirect parent interfaces.
fun <T : KoParentInterfaceProvider> List<T>.withAllParentInterfacesNamed(names: Collection<String>, indirectParents: Boolean = false): List<T>
List containing declarations that have all specified parent interfaces.
Return
A list containing declarations with all specified parent interface(s).
Parameters
names
The name(s) of the parent interface(s) to include.
indirect Parents
Whether to include indirect parent interfaces.