---
title: PredicateExpressions.SequenceMaximum
framework: foundation
role: symbol
role_heading: Structure
path: foundation/predicateexpressions/sequencemaximum
---

# PredicateExpressions.SequenceMaximum

## Declaration

```swift
struct SequenceMaximum<Elements> where Elements : PredicateExpression, Elements.Output : Sequence, Elements.Output.Element : Comparable
```

## Topics

### Initializers

- [init(elements:)](foundation/predicateexpressions/sequencemaximum/init(elements:).md)

### Instance Properties

- [elements](foundation/predicateexpressions/sequencemaximum/elements.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Escapable](swift/escapable.md)
- [PredicateExpression](foundation/predicateexpression.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [StandardPredicateExpression](foundation/standardpredicateexpression.md)
