---
title: max()
framework: combine
role: symbol
role_heading: Instance Method
path: combine/just/max()
---

# max()

## Declaration

```swift
func max() -> Just<Output>
```

## See Also

### Applying mathematical operations on elements

- [count()](combine/just/count().md)
- [max(by:)](combine/just/max(by:).md)
- [min()](combine/just/min().md)
- [min(by:)](combine/just/min(by:).md)
