ComposableStatistic
Parameters
T
the source type.
I
the intermediate block type.
R
the result type.
Functions
Inheritors
Extensions
Link copied to clipboard
fun <T, I, R> ComposableStatistic<T, I, R>.flow(flow: Flow<Buffer<T>>, dispatcher: CoroutineDispatcher = Dispatchers.Default): Flow<R>
Content copied to clipboard
Perform a streaming statistical analysis on a chunked data. The computation of inner representation is done in parallel if dispatcher allows it.