with Variable
fun <T : KoVariableProvider> List<T>.withVariable(predicate: (KoVariableDeclaration) -> Boolean): List<T>
List containing declarations that have at least one variable satisfying the provided predicate.
Return
A list containing declarations with at least one variable satisfying the predicate.
Parameters
predicate
A function that defines the condition to be met by a variable declaration.