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 classstatic classAn asynchronous generator decorator that allows to generators composition embedding other generators.static classAn asynchronous generator decorator that allows retrieving the result value of the asynchronous operation, if any.static classInner 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 anAsyncGeneratorfrom aFlow.Publisher.static <T,P extends Flow.Publisher<T>, R>
AsyncGenerator.Cancellable<T>FlowGenerator.fromPublisher(P publisher, Supplier<R> mapResult) Creates anAsyncGeneratorfrom aFlow.Publisher. -
Uses of AsyncGenerator.Cancellable in org.bsc.async.internal.reactive
Classes in org.bsc.async.internal.reactive that implement AsyncGenerator.CancellableModifier and TypeClassDescriptionclassRepresents a subscriber for generating asynchronous data streams.