Package org.bsc.async

Class AsyncGenerator.WithEmbed<E>

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

public static class AsyncGenerator.WithEmbed<E> extends AsyncGenerator.BaseCancellable<E> implements AsyncGenerator.HasResultValue
An asynchronous generator decorator that allows to generators composition embedding other generators.