Compose Unstyled 2.0 is out! Check the official announcement blog ->
Function

filter

Returns all the nodes matching the given matcher.

filter

Source set: Common
@CheckResult
fun SemanticsNodeInteractionCollection.filter(
    matcher: SemanticsMatcher
): SemanticsNodeInteractionCollection

Returns all the nodes matching the given matcher.

Parameters

matcher Matcher to use for the filtering.

Last updated: