Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
maxSimpleState
Description
TheSimpleState 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 inminSimpleState
demonstrates a usage of both maxSimpleState and minSimpleState.