| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/ |
| D | ImmutableCollection.kt | 78 fun retainAll(elements: Collection<@UnsafeVariance E>): PersistentCollection<E> in add() method
|
| D | ImmutableSet.kt | 80 override fun retainAll(elements: Collection<@UnsafeVariance E>): PersistentSet<E> in add() method
|
| D | ImmutableList.kt | 112 override fun retainAll(elements: Collection<@UnsafeVariance E>): PersistentList<E> in add() method
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableList/ |
| D | AbstractPersistentList.kt | 37 override fun retainAll(elements: Collection<E>): PersistentList<E> { in retainAll() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.immutableList.AbstractPersistentList
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableSet/ |
| D | PersistentHashSet.kt | 41 override fun retainAll(elements: Collection<E>): PersistentSet<E> { in retainAll() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.immutableSet.PersistentHashSet
|
| D | PersistentHashSetBuilder.kt | 63 override fun retainAll(elements: Collection<E>): Boolean { in retainAll() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.immutableSet.PersistentHashSetBuilder
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/ |
| D | SnapshotStateMap.kt | 247 override fun retainAll(elements: Collection<MutableMap.MutableEntry<K, V>>): Boolean { in clear() method 276 override fun retainAll(elements: Collection<K>): Boolean { in retainAll() method 302 override fun retainAll(elements: Collection<V>): Boolean { in retainAll() method
|
| D | SnapshotStateList.kt | 155 override fun retainAll(elements: Collection<T>) = mutateBoolean { it.retainAll(elements) } in <lambda>() method 507 override fun retainAll(elements: Collection<T>): Boolean { in retainAll() method
|
| D | SnapshotStateSet.kt | 122 override fun retainAll(elements: Collection<T>) = mutateBoolean { in <lambda>() method
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/implementations/persistentOrderedSet/ |
| D | PersistentOrderedSet.kt | 88 override fun retainAll(elements: Collection<E>): PersistentSet<E> { in withNext() method in androidx.compose.runtime.external.kotlinx.collections.immutable.implementations.persistentOrderedSet.PersistentOrderedSet
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/collection/ |
| D | MutableVector.kt | 757 fun retainAll(elements: Collection<T>): Boolean { in <lambda>() method 886 override fun retainAll(elements: Collection<T>): Boolean = vector.retainAll(elements) in <lambda>() method in androidx.compose.runtime.collection.MutableVectorList 1017 override fun retainAll(elements: Collection<T>): Boolean { in <lambda>() method in androidx.compose.runtime.collection.SubList
|
| /compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/collection/ |
| D | ColorList.kt | 764 public inline fun retainAll(elements: ColorList): Boolean = list.retainAll(elements.list) in lastIndexOf() method 771 public inline fun retainAll(elements: MutableColorList): Boolean = list.retainAll(elements.list) in lastIndexOf() method
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/layout/ |
| D | SubcomposeLayout.kt | 447 fun retainAll(slotIds: Collection<Any?>): Boolean = set.retainAll(slotIds) in getSlotsToRetain() method 454 fun retainAll(predicate: (Any?) -> Boolean): Boolean = set.retainAll(predicate) in getSlotsToRetain() method
|
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/collection/ |
| D | MutableVectorTest.kt | 490 fun retainAll() { in <lambda>() method
|