---
title: next()
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: createmlcomponents/upsampledaugmentationsequence/asynciterator/next()
---

# next()

Produces the next element in the augmentation sequence.

## Declaration

```swift
mutating func next() async throws -> Base.Element?
```
