Uses of Interface
org.bsc.async.AsyncGeneratorOperators
Packages that use AsyncGeneratorOperators
-
Uses of AsyncGeneratorOperators in org.bsc.async
Subinterfaces of AsyncGeneratorOperators in org.bsc.asyncModifier and TypeInterfaceDescriptioninterface
An asynchronous generator interface that allows generating asynchronous elements.Classes in org.bsc.async that implement AsyncGeneratorOperatorsModifier and TypeClassDescriptionstatic 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 AsyncGeneratorOperators -
Uses of AsyncGeneratorOperators in org.bsc.async.internal.reactive
Classes in org.bsc.async.internal.reactive that implement AsyncGeneratorOperatorsModifier and TypeClassDescriptionclass
Represents a subscriber for generating asynchronous data streams.