Package org.bsc.async

Interface AsyncGenerator.Cancellable<E>

All Superinterfaces:
AsyncGenerator<E>, AsyncGenerator.IsCancellable, Iterable<E>
All Known Implementing Classes:
AsyncGenerator.BaseCancellable, AsyncGenerator.WithEmbed, AsyncGenerator.WithResult, AsyncGeneratorQueue.Generator, GeneratorSubscriber
Enclosing interface:
AsyncGenerator<E>

public static interface AsyncGenerator.Cancellable<E> extends AsyncGenerator<E>, AsyncGenerator.IsCancellable