java.lang.Object
org.bsc.async.AsyncGenerator.Base<E>
- All Implemented Interfaces:
Iterable<E>
,AsyncGenerator<E>
- Direct Known Subclasses:
AsyncGenerator.BaseCancellable
- Enclosing interface:
- AsyncGenerator<E>
-
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>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.bsc.async.AsyncGenerator
flatMap, forEachAsync, iterator, map, next, reduce, reduceAsync, stream, toCompletableFuture
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Base
public Base()
-
-
Method Details
-
executor
- Specified by:
executor
in interfaceAsyncGenerator<E>
-