Constructs a new FlattenedSetIterator.
The expected type of the items returned from Fauna on each iteration
The SetIterator
Though you can use FlattenedSetIterator class directly, it is most common to create an instance through the SetIterator.flatten method.
Implement AsyncGenerator
Implement AsyncGenerator.next
Implement AsyncGenerator.return
Implement AsyncGenerator.throw
A class to provide an iterable API for fetching multiple pages of data, given a Fauna Set. This class takes a SetIterator and flattens the results to yield the items directly.