Uses of Interface
org.bsc.async.AsyncGeneratorOperators
-
-
Uses of AsyncGeneratorOperators in org.bsc.async
Subinterfaces of AsyncGeneratorOperators in org.bsc.async Modifier and Type Interface Description interface
AsyncGenerator<E>
An asynchronous generator interface that allows generating asynchronous elements.Classes in org.bsc.async that implement AsyncGeneratorOperators Modifier and Type Class Description static class
AsyncGenerator.WithEmbed<E>
An asynchronous generator decorator that allows to generators composition embedding other generators.static class
AsyncGenerator.WithResult<E>
An asynchronous generator decorator that allows retrieving the result value of the asynchronous operation, if any.static class
AsyncGeneratorQueue.Generator<E>
Inner class to generate asynchronous elements from the queue.Methods in org.bsc.async that return AsyncGeneratorOperators Modifier and Type Method Description default AsyncGeneratorOperators<E>
AsyncGenerator. async(Executor executor)
-