plainFlow

fun <T> plainFlow(count: Int = 5, get: (Int) -> T): Flow<T>(source)