Uses of Record Class
org.bsc.async.AsyncGenerator.Data
Packages that use AsyncGenerator.Data
-
Uses of AsyncGenerator.Data in org.bsc.async
Methods in org.bsc.async with type parameters of type AsyncGenerator.DataModifier and TypeMethodDescriptionstatic <E,Q extends BlockingQueue<AsyncGenerator.Data<E>>>
AsyncGenerator<E>Deprecated, for removal: This API element is subject to removal in a future version.Creates an AsyncGenerator from the provided blocking queue and consumer.static <E,Q extends BlockingQueue<AsyncGenerator.Data<E>>>
AsyncGenerator<E>Deprecated, for removal: This API element is subject to removal in a future version.Creates an AsyncGenerator from the provided queue, executor, and consumer.Methods in org.bsc.async that return AsyncGenerator.DataModifier and TypeMethodDescriptionstatic <E> AsyncGenerator.Data<E>AsyncGenerator.Data.composeWith(AsyncGenerator<E> generator, AsyncGenerator.EmbedCompletionHandler onCompletion) static <E> AsyncGenerator.Data<E>AsyncGenerator.Data.done()static <E> AsyncGenerator.Data<E>static <E> AsyncGenerator.Data<E>AsyncGenerator.next()Retrieves the next asynchronous element.AsyncGenerator.WithEmbed.next()AsyncGenerator.WithResult.next()AsyncGeneratorQueue.Generator.next()Retrieves the next element from the queue asynchronously.static <E> AsyncGenerator.Data<E>AsyncGenerator.Data.of(E data) static <E> AsyncGenerator.Data<E>AsyncGenerator.Data.of(CompletableFuture<E> future) Methods in org.bsc.async that return types with arguments of type AsyncGenerator.DataConstructor parameters in org.bsc.async with type arguments of type AsyncGenerator.DataModifierConstructorDescriptionGenerator(BlockingQueue<AsyncGenerator.Data<E>> queue) Constructs a Generator with the specified queue. -
Uses of AsyncGenerator.Data in org.bsc.async.internal.reactive
Methods in org.bsc.async.internal.reactive that return AsyncGenerator.DataModifier and TypeMethodDescriptionGeneratorSubscriber.next()Returns the nextData<T>object from this iteration.Constructor parameters in org.bsc.async.internal.reactive with type arguments of type AsyncGenerator.DataModifierConstructorDescriptionGeneratorSubscriber(P publisher, BlockingQueue<AsyncGenerator.Data<T>> queue) Constructs a new instance ofGeneratorSubscriber.GeneratorSubscriber(P publisher, Supplier<Object> mapResult, BlockingQueue<AsyncGenerator.Data<T>> queue) Constructs a new instance ofGeneratorSubscriber. -
Uses of AsyncGenerator.Data in org.bsc.async.v5
Methods in org.bsc.async.v5 that return AsyncGenerator.DataModifier and TypeMethodDescriptionAsyncGeneratorFlow.Generator.next()Retrieves the next element from the queue asynchronously.AsyncGeneratorFlow.Receiver.waitSync()BlockingQueueProcessor.waitSync()Methods in org.bsc.async.v5 that return types with arguments of type AsyncGenerator.DataModifier and TypeMethodDescriptionBlockingQueueProcessor.queue()Returns the value of thequeuerecord component.AsyncGeneratorFlow.Receiver.waitAsync()BlockingQueueProcessor.waitAsync()Methods in org.bsc.async.v5 with parameters of type AsyncGenerator.DataModifier and TypeMethodDescriptionvoidAsyncGeneratorFlow.Dispatcher.dispatchAsync(AsyncGenerator.Data<E> data) voidBlockingQueueProcessor.dispatchAsync(AsyncGenerator.Data<E> data) voidAsyncGeneratorFlow.Dispatcher.dispatchSync(AsyncGenerator.Data<E> data) voidBlockingQueueProcessor.dispatchSync(AsyncGenerator.Data<E> data) Constructor parameters in org.bsc.async.v5 with type arguments of type AsyncGenerator.DataModifierConstructorDescriptionCreates an instance of aBlockingQueueProcessorrecord class.