| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/ |
| D | ImmutableCollection.kt | 60 fun removeAll(elements: Collection<@UnsafeVariance E>): PersistentCollection<E> in add() method 68 fun removeAll(predicate: (E) -> Boolean): PersistentCollection<E> in add() method
|
| D | ImmutableSet.kt | 62 override fun removeAll(elements: Collection<@UnsafeVariance E>): PersistentSet<E> in add() method 70 override fun removeAll(predicate: (E) -> Boolean): PersistentSet<E> in add() method
|
| D | ImmutableList.kt | 94 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/ |
| D | PersistentHashSet.kt | 33 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
|
| D | PersistentHashSetBuilder.kt | 83 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/ |
| D | PersistentOrderedSet.kt | 80 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/ |
| D | AnimatedVisiblilityLazyColumnDemo.kt | 119 fun removeAll() { in removeAll() method
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/collection/ |
| D | MutableVector.kt | 665 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/ |
| D | AbstractPersistentList.kt | 33 override fun removeAll(elements: Collection<E>): PersistentList<E> { in removeAll() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.immutableList.AbstractPersistentList
|
| D | PersistentVectorBuilder.kt | 671 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
|
| D | SmallPersistentVector.kt | 51 override fun removeAll(predicate: (E) -> Boolean): PersistentList<E> { in removeAll() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.immutableList.SmallPersistentVector
|
| D | PersistentVector.kt | 266 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/ |
| D | ColorSet.kt | 483 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
|
| D | ColorList.kt | 727 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/ |
| D | SnapshotStateMap.kt | 239 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
|
| D | SnapshotStateList.kt | 151 override fun removeAll(elements: Collection<T>) = conditionalUpdate { it.removeAll(elements) } in <lambda>() method 491 override fun removeAll(elements: Collection<T>): Boolean { in removeAll() method
|
| D | SnapshotStateSet.kt | 120 override fun removeAll(elements: Collection<T>) = conditionalUpdate { it.removeAll(elements) } in <lambda>() method
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/layout/ |
| D | SubcomposeLayout.kt | 429 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/ |
| D | AnimatedVisibilitySamples.kt | 583 fun removeAll() { in AnimatedVisibilityLazyColumnSample() method in androidx.compose.animation.samples.AnimatedVisibilityLazyColumnSample.MyModel
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/ |
| D | LayoutNode.kt | 350 internal fun removeAll() { in <lambda>() method in androidx.compose.ui.node.LayoutNode
|