Concave.aggregate#
- Concave.aggregate(*assets)[source]
Aggregate the assets into a single asset by taking the maximum value.
If no assets are provided, the lower bound is returned.
- Parameters:
assets (Iterable[TConcave]) – The assets to aggregate.
- Returns:
The aggregated asset.
- Return type:
TConcave