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>
    Enclosing interface:
    AsyncGenerator<E>

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