Package com. juul. tuulbox. coroutines. flow
Functions
broadcastReceiverFlow
Link copied to clipboard
combine
Link copied to clipboard
Returns a Flow whose values are generated with transform function by combining the most recently emitted values by each flow.
Returns a Flow whose values are generated with transform function by combining the most recently emitted values by each flow.
Returns a Flow whose values are generated with transform function by combining the most recently emitted values by each flow.
inline fun <T1, T2, T3, T4, T5, T6, T7, T8, T9, R> combine(flow: Flow<T1>, flow2: Flow<T2>, flow3: Flow<T3>, flow4: Flow<T4>, flow5: Flow<T5>, flow6: Flow<T6>, flow7: Flow<T7>, flow8: Flow<T8>, flow9: Flow<T9>, crossinline transform: suspend (T1, T2, T3, T4, T5, T6, T7, T8, T9) -> R): Flow<R>
Content copied to clipboard
Returns a Flow whose values are generated with transform function by combining the most recently emitted values by each flow.
inline fun <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R> combine(flow: Flow<T1>, flow2: Flow<T2>, flow3: Flow<T3>, flow4: Flow<T4>, flow5: Flow<T5>, flow6: Flow<T6>, flow7: Flow<T7>, flow8: Flow<T8>, flow9: Flow<T9>, flow10: Flow<T10>, crossinline transform: suspend (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) -> R): Flow<R>
Content copied to clipboard
Returns a Flow whose values are generated with transform function by combining the most recently emitted values by each flow.