Uses of Interface
org.bsc.async.AsyncGenerator.EmbedCompletionHandler
-
-
Uses of AsyncGenerator.EmbedCompletionHandler in org.bsc.async
Methods in org.bsc.async with parameters of type AsyncGenerator.EmbedCompletionHandler Modifier and Type Method Description static <E> AsyncGenerator.Data<E>
AsyncGenerator.Data. composeWith(AsyncGenerator<E> generator, AsyncGenerator.EmbedCompletionHandler onCompletion)
Constructors in org.bsc.async with parameters of type AsyncGenerator.EmbedCompletionHandler Constructor Description Embed(AsyncGenerator<E> generator, AsyncGenerator.EmbedCompletionHandler onCompletion)
WithEmbed(AsyncGenerator<E> delegate, AsyncGenerator.EmbedCompletionHandler onGeneratorDoneWithResult)
-