mapRequireFilling

inline fun Flow<Int>.mapRequireFilling(minimalLeftItems: Int, crossinline countGetter: () -> Int): Flow<Int>
inline fun RecyclerView.mapRequireFilling(    minimalLeftItems: Int,     completingScope: CoroutineScope,     crossinline countGetter: () -> Int): Flow<Int>