Home
last modified time | relevance | path

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

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/
DModifier.kt85 fun <R> foldIn(initial: R, operation: (R, Element) -> R): R in <lambda>() method
118 override fun <R> foldIn(initial: R, operation: (R, Element) -> R): R = in <lambda>() method
373 override fun <R> foldIn(initial: R, operation: (R, Element) -> R): R = initial in <lambda>() method
392 override fun <R> foldIn(initial: R, operation: (R, Modifier.Element) -> R): R = in foldIn() method in androidx.compose.ui.CombinedModifier