Class AsyncGeneratorFlow.Generator<E>

Type Parameters:
E - the type of elements in the queue
All Implemented Interfaces:
AutoCloseable, Iterable<E>, AsyncGenerator<E>, AsyncGenerator.Cancellable<E>, AsyncGenerator.HasResultValue, AsyncGenerator.IsCancellable
Enclosing interface:
AsyncGeneratorFlow

public static class AsyncGeneratorFlow.Generator<E> extends AsyncGenerator.BaseCancellable<E> implements AsyncGenerator.HasResultValue
Inner class to generate asynchronous elements from the queue.