BlockingStatistic

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

A statistic that is computed in a synchronous blocking mode

Functions

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

Inheritors

Link copied to clipboard
Link copied to clipboard

Extensions

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

Sources

Link copied to clipboard