Uses of Interface
org.bsc.async.AsyncGenerator.EmbedCompletionHandler
Packages that use AsyncGenerator.EmbedCompletionHandler
-
Uses of AsyncGenerator.EmbedCompletionHandler in org.bsc.async
Methods in org.bsc.async with parameters of type AsyncGenerator.EmbedCompletionHandlerModifier and TypeMethodDescriptionstatic <E> AsyncGenerator.Data<E>
AsyncGenerator.Data.composeWith
(AsyncGenerator<E> generator, AsyncGenerator.EmbedCompletionHandler onCompletion) Constructors in org.bsc.async with parameters of type AsyncGenerator.EmbedCompletionHandlerModifierConstructorDescriptionEmbed
(AsyncGenerator<E> generator, AsyncGenerator.EmbedCompletionHandler onCompletion) WithEmbed
(AsyncGenerator<E> delegate, AsyncGenerator.EmbedCompletionHandler onGeneratorDoneWithResult)