Home
last modified time | relevance | path

Searched defs:fold (Results 1 – 3 of 3) sorted by relevance

/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/collection/
DColorList.kt154 public inline fun <R> fold(initial: R, operation: (acc: R, element: Color) -> R): R { in <lambda>() method
450 public inline fun <R> fold(initial: R, operation: (acc: R, element: Color) -> R): R { in fold() method
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/collection/
DMutableVectorTest.kt304 fun fold() { in <lambda>() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/collection/
DMutableVector.kt361 inline fun <R> fold(initial: R, operation: (acc: R, T) -> R): R { in <lambda>() method