minSimpleState
Description
The SimpleState
combinator can be applied to the max
function to return the maximum value across all input values. It returns the
result with type SimpleAggregateState
.
Example Usage
The example given in minSimpleState
demonstrates a usage of both maxSimpleState
and minSimpleState
.