- 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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.bsc.async.AsyncGenerator
AsyncGenerator.Base<E>, AsyncGenerator.BaseCancellable<E>, AsyncGenerator.Cancellable<E>, AsyncGenerator.Data<E>, AsyncGenerator.Embed<E>, AsyncGenerator.EmbedCompletionHandler, AsyncGenerator.HasResultValue, AsyncGenerator.IsCancellable, AsyncGenerator.WithEmbed<E>, AsyncGenerator.WithResult<E> -
Field Summary
Fields inherited from interface org.bsc.async.AsyncGenerator.IsCancellable
CANCELLED -
Method Summary
Methods inherited from interface org.bsc.async.AsyncGenerator
executor, flatMap, forEachAsync, iterator, map, next, reduce, reduceAsync, stream, toCompletableFutureMethods inherited from interface org.bsc.async.AsyncGenerator.IsCancellable
cancel, isCancelledMethods inherited from interface java.lang.Iterable
forEach, spliterator