Searched refs:mapElementsLazily (Results 1 – 1 of 1) sorted by relevance
178 .mapElementsLazily { displayId -> getDisplay(displayId) } in displayId()357 private fun <T, V> Flow<Set<T>>.mapElementsLazily(createValue: (T) -> V?): Flow<Set<V>> { in mapElementsLazily() method