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

# min()

## Declaration

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

## See Also

### Applying mathematical operations on elements

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