Searched defs:removeScopeIf (Results 1 – 2 of 2) sorted by relevance
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/collection/ | ||
| D | ScopeMap.kt | 122 inline fun removeScopeIf(crossinline predicate: (scope: Scope) -> Boolean) { in <lambda>() method |
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/ | ||
| D | SnapshotStateObserver.kt | 488 fun removeScopeIf(predicate: (scope: Any) -> Boolean) { in <lambda>() method in androidx.compose.runtime.snapshots.SnapshotStateObserver.ObservedScopeMap |