Home
last modified time | relevance | path

Searched defs:removeAll (Results 1 – 20 of 20) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/
DImmutableCollection.kt60 fun removeAll(elements: Collection<@UnsafeVariance E>): PersistentCollection<E> in add() method
68 fun removeAll(predicate: (E) -> Boolean): PersistentCollection<E> in add() method
DImmutableSet.kt62 override fun removeAll(elements: Collection<@UnsafeVariance E>): PersistentSet<E> in add() method
70 override fun removeAll(predicate: (E) -> Boolean): PersistentSet<E> in add() method
DImmutableList.kt94 override fun removeAll(elements: Collection<@UnsafeVariance E>): PersistentList<E> in add() method
102 override fun removeAll(predicate: (E) -> Boolean): PersistentList<E> in add() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableSet/
DPersistentHashSet.kt33 override fun removeAll(elements: Collection<E>): PersistentSet<E> { in removeAll() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.immutableSet.PersistentHashSet
37 override fun removeAll(predicate: (E) -> Boolean): PersistentSet<E> { in removeAll() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.immutableSet.PersistentHashSet
DPersistentHashSetBuilder.kt83 override fun removeAll(elements: Collection<E>): Boolean { in removeAll() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.immutableSet.PersistentHashSetBuilder
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/implementations/persistentOrderedSet/
DPersistentOrderedSet.kt80 override fun removeAll(elements: Collection<E>): PersistentSet<E> { in withNext() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.persistentOrderedSet.PersistentOrderedSet
84 override fun removeAll(predicate: (E) -> Boolean): PersistentSet<E> { in withNext() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.persistentOrderedSet.PersistentOrderedSet
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/layoutanimation/
DAnimatedVisiblilityLazyColumnDemo.kt119 fun removeAll() { in removeAll() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/collection/
DMutableVector.kt665 fun removeAll(elements: List<T>): Boolean { in <lambda>() method
676 fun removeAll(elements: MutableVector<T>): Boolean { in <lambda>() method
687 fun removeAll(elements: Collection<T>): Boolean { in <lambda>() method
879 override fun removeAll(elements: Collection<T>): Boolean = vector.removeAll(elements) in <lambda>() method in androidx.compose.runtime.collection.MutableVectorList
1004 override fun removeAll(elements: Collection<T>): Boolean { in <lambda>() method in androidx.compose.runtime.collection.SubList
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableList/
DAbstractPersistentList.kt33 override fun removeAll(elements: Collection<E>): PersistentList<E> { in removeAll() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.immutableList.AbstractPersistentList
DPersistentVectorBuilder.kt671 override fun removeAll(elements: Collection<E>): Boolean { in removeAll() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.immutableList.PersistentVectorBuilder
684 private fun removeAll(predicate: (E) -> Boolean): Boolean { in removeAll() method
832 private fun removeAll( in removeAll() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.immutableList.PersistentVectorBuilder
DSmallPersistentVector.kt51 override fun removeAll(predicate: (E) -> Boolean): PersistentList<E> { in removeAll() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.immutableList.SmallPersistentVector
DPersistentVector.kt266 override fun removeAll(predicate: (E) -> Boolean): PersistentList<E> { in removeAll() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.immutableList.PersistentVector
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/collection/
DColorSet.kt483 public inline fun removeAll(elements: ColorSet): Boolean = set.removeAll(elements.set) method
491 public inline fun removeAll(elements: MutableColorSet): Boolean = set.removeAll(elements.set) method
DColorList.kt727 public inline fun removeAll(elements: ColorList): Boolean = list.removeAll(elements.list) in lastIndexOf() method
736 public inline fun removeAll(elements: MutableColorList): Boolean = list.removeAll(elements.list) in lastIndexOf() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotStateMap.kt239 override fun removeAll(elements: Collection<MutableMap.MutableEntry<K, V>>): Boolean { in clear() method
270 override fun removeAll(elements: Collection<K>): Boolean { in add() method
297 override fun removeAll(elements: Collection<V>): Boolean { in add() method
DSnapshotStateList.kt151 override fun removeAll(elements: Collection<T>) = conditionalUpdate { it.removeAll(elements) } in <lambda>() method
491 override fun removeAll(elements: Collection<T>): Boolean { in removeAll() method
DSnapshotStateSet.kt120 override fun removeAll(elements: Collection<T>) = conditionalUpdate { it.removeAll(elements) } in <lambda>() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/layout/
DSubcomposeLayout.kt429 fun removeAll(slotIds: Collection<Any?>): Boolean = set.remove(slotIds) in getSlotsToRetain() method
436 fun removeAll(predicate: (Any?) -> Boolean): Boolean { in getSlotsToRetain() method in androidx.compose.ui.layout.SubcomposeSlotReusePolicy.SlotIdsSet
/compose/animation/animation/samples/src/main/java/androidx/compose/animation/samples/
DAnimatedVisibilitySamples.kt583 fun removeAll() { in AnimatedVisibilityLazyColumnSample() method in androidx.compose.animation.samples.AnimatedVisibilityLazyColumnSample.MyModel
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DLayoutNode.kt350 internal fun removeAll() { in <lambda>() method in androidx.compose.ui.node.LayoutNode