Searched defs:foldIn (Results 1 – 1 of 1) sorted by relevance
85 fun <R> foldIn(initial: R, operation: (R, Element) -> R): R in <lambda>() method118 override fun <R> foldIn(initial: R, operation: (R, Element) -> R): R = in <lambda>() method373 override fun <R> foldIn(initial: R, operation: (R, Element) -> R): R = initial in <lambda>() method392 override fun <R> foldIn(initial: R, operation: (R, Modifier.Element) -> R): R = in foldIn() method in androidx.compose.ui.CombinedModifier