BlockingStatistic

fun fun interface BlockingStatistic<in T, out R> : Statistic<T, R>

A statistic that is computed in a synchronous blocking mode

Functions

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

Inheritors

Mean
Link copied to clipboard
Median
Link copied to clipboard

Extensions

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

Sources

common source
Link copied to clipboard