Package-level declarations
Functions
Wraps each upstream value in Result.success and a terminal upstream failure in a single Result.failure.
Groups values into lists of size elements, emitting the final partial list on completion.
Combines the latest values of eight flows through transform.
Combines the latest values of nine flows through transform.
Returns a read-only StateFlow whose value combines four sources through transform.
Emits every element of every upstream iterable, in order.
Returns a cold flow that invokes block and emits its single result.
Returns an infinite flow that emits sequential numbers starting at 0, one every period.
Maps values through transform with up to concurrency invocations in flight, emitting results in completion order.
Emits the running number of values collected so far, starting at 1 for the first value.
Returns a StateFlow that always holds value.