Searched defs:fastForEach (Results 1 – 7 of 7) sorted by relevance
40 internal inline fun <T : Any> Set<T>.fastForEach(block: (T) -> Unit) = in contains() method
32 internal inline fun <T> List<T>.fastForEach(action: (T) -> Unit) { in <lambda>() method
279 inline fun fastForEach(block: (SnapshotId) -> Unit) { in <lambda>() method in androidx.compose.runtime.snapshots.SnapshotIdSet
33 inline fun <T> List<T>.fastForEach(action: (T) -> Unit) { in <lambda>() method
486 inline fun fastForEach(block: (Any?) -> Unit) = set.forEach(block) in getSlotsToRetain() method in androidx.compose.ui.layout.SubcomposeSlotReusePolicy.SlotIdsSet
1120 private inline fun <T> List<T>.fastForEach(reverse: Boolean = false, action: (T) -> Unit) { in fastForEach() method