Home
last modified time | relevance | path

Searched defs:removeValueIf (Results 1 – 2 of 2) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/collection/
DMultiValueMap.kt128 fun removeValueIf(key: K, condition: (value: V) -> Boolean) { in <lambda>() method
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/collection/
DScopeMapTest.kt98 fun removeValueIf() { in <lambda>() method in androidx.compose.runtime.collection.ScopeMapTest