Statistic

fun fun interface Statistic<in T, out R>

A function, that transforms a buffer of random quantities to some resulting value

Functions

evaluate
Link copied to clipboard
common
abstract suspend fun evaluate(data: Buffer<T>): R

Inheritors

BlockingStatistic
Link copied to clipboard
ComposableStatistic
Link copied to clipboard

Extensions

invoke
Link copied to clipboard
common
suspend operator fun <T, R> Statistic<T, R>.invoke(data: Buffer<T>): R

Sources

common source
Link copied to clipboard