Searched refs:ImmutableCollection (Results 1 – 9 of 9) sorted by relevance
18 internal interface ImmutableCollection<out E>: Collection<E> interface27 internal interface PersistentCollection<out E> : ImmutableCollection<E> {
19 internal interface ImmutableSet<out E>: Set<E>, ImmutableCollection<E>
26 override val values: ImmutableCollection<V>
20 internal interface ImmutableList<out E> : List<E>, ImmutableCollection<E> {
16 …s ImmutableCollectionAdapter<E>(private val impl: Collection<E>) : ImmutableCollection<E>, Collect… in <lambda>()39 override val values: ImmutableCollection<V> = ImmutableCollectionAdapter(impl.values) in <lambda>()
8 import androidx.compose.runtime.external.kotlinx.collections.immutable.ImmutableCollection in <lambda>()40 …eredMapValues<K, V>(private val map: PersistentOrderedMap<K, V>) : ImmutableCollection<V>, Abstrac…
8 import androidx.compose.runtime.external.kotlinx.collections.immutable.ImmutableCollection42 override val values: ImmutableCollection<V> in withValue()
8 import androidx.compose.runtime.external.kotlinx.collections.immutable.ImmutableCollection in <lambda>()40 …entHashMapValues<K, V>(private val map: PersistentHashMap<K, V>) : ImmutableCollection<V>, Abstrac…
8 import androidx.compose.runtime.external.kotlinx.collections.immutable.ImmutableCollection21 override val values: ImmutableCollection<V>