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

# min(by:)

## Declaration

```swift
func min(by areInIncreasingOrder: (Output, Output) -> Bool) -> 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()](combine/just/min().md)
