withNameStartingWith

@JvmName(name = "withFileNameStartingWith")
fun List<FileDeclaration>.withNameStartingWith(prefix: String): List<FileDeclaration>

Filters the list of file declarations to include only those whose names start with the specified prefix.




Filters the list of class declarations to include only those whose names start with the specified prefix.