Skip to main content

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

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.

See also