Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/collection/
DMutableVectorTest.kt222 fun mapNotNull() { in <lambda>() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/collection/
DMutableVector.kt624 inline fun <reified R> mapNotNull(transform: (T) -> R?): MutableVector<R> { in <lambda>() method