Uses of Interface
org.bsc.async.AsyncGenerator.Cancellable
Packages that use AsyncGenerator.Cancellable
-
Uses of AsyncGenerator.Cancellable in org.bsc.async
Classes in org.bsc.async that implement AsyncGenerator.CancellableModifier and TypeClassDescriptionstatic class
static class
An asynchronous generator decorator that allows to generators composition embedding other generators.static class
An asynchronous generator decorator that allows retrieving the result value of the asynchronous operation, if any.static class
Inner class to generate asynchronous elements from the queue.Methods in org.bsc.async that return AsyncGenerator.CancellableModifier and TypeMethodDescriptionstatic <T,
P extends Flow.Publisher<T>>
AsyncGenerator.Cancellable<T>FlowGenerator.fromPublisher
(P publisher) Creates anAsyncGenerator
from aFlow.Publisher
.static <T,
P extends Flow.Publisher<T>, R>
AsyncGenerator.Cancellable<T>FlowGenerator.fromPublisher
(P publisher, Supplier<R> mapResult) Creates anAsyncGenerator
from aFlow.Publisher
. -
Uses of AsyncGenerator.Cancellable in org.bsc.async.internal.reactive
Classes in org.bsc.async.internal.reactive that implement AsyncGenerator.CancellableModifier and TypeClassDescriptionclass
Represents a subscriber for generating asynchronous data streams.