filterScopes

fun filterScopes(predicate: (Scope) -> Boolean): List<Scope>

Retrieves all unique scopes that satisfy the condition specified in predicate, independently of their hierarchy.

Parameters

predicate

the search predicate