with All Annotations
fun <T : KoAnnotationProvider> List<T>.withAllAnnotations(predicate: (KoAnnotationDeclaration) -> Boolean): List<T>
List containing declarations that have all annotations satisfying the provided predicate.
Return
A filtered list containing declarations with all annotations satisfying the predicate.
Parameters
predicate
A function that defines the condition to be met by all annotation declarations.