filterIsKclassSubclassOf
inline fun <T : Any> Sequence<Identifier<*>>.filterIsKclassSubclassOf(): List<Identifier<out T>>
Content copied to clipboard
Utility functions that filters declarations to only those that are subclasses of KtorModule, and returns a properly typed list for them.