next()
Asynchronously advances to the next element and returns it, or ends the sequence if there is no next element.
Declaration
mutating func next() async throws -> ManagedAppLibrary.ManagedApps.AsyncIterator.Element?Asynchronously advances to the next element and returns it, or ends the sequence if there is no next element.
mutating func next() async throws -> ManagedAppLibrary.ManagedApps.AsyncIterator.Element?