with Init Block
fun <T : KoInitBlockProvider> List<T>.withInitBlock(predicate: (KoInitBlockDeclaration) -> Boolean): List<T>
List containing declarations that have at least one init block satisfying the provided predicate.
Return
A list containing declarations with at least one init block satisfying the predicate.
Parameters
predicate
A function that defines the condition to be met by an init block declaration.