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 that return AsyncGenerator.EmbedCompletionHandlerModifier and TypeMethodDescriptionAsyncGenerator.Embed.onCompletion()Returns the value of theonCompletionrecord component.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) Creates an instance of aEmbedrecord class.WithEmbed(AsyncGenerator<E> delegate, AsyncGenerator.EmbedCompletionHandler onGeneratorDoneWithResult)