Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Reactor.rx.stream Classes and Interfaces - 22 results found.
NameDescriptionTypePackageFramework
BarrierStreamA BarrierStream provides a type of Stream into which you can bind Consumers and Functions from arbitrary components.Classreactor.rx.streamReactor
ChronicleReaderStream queue tasks to execute.Classreactor.rx.stream.ioReactor
ChronicleStreamClassreactor.rx.stream.ioReactor
DeferredStreamA Publisher supplier that will call the passed supplier on each subscribe call.Classreactor.rx.streamReactor
ErrorStreamA Stream that emits a sigle error signal.Classreactor.rx.streamReactor
FutureStreamA Stream that emits a result of a Future and then complete.Classreactor.rx.streamReactor
GroupedStreamThe Stream will complete or fail whever the parent groupBy action terminates itself.Classreactor.rx.streamReactor
IterableStreamA Stream that emits Iterable values one by one and then complete.Classreactor.rx.streamReactor
LiftStreamA Stream wrapper that defers a parent stream subscription to the child action subscribe() call.Classreactor.rx.streamReactor
MapStreamA SubscribableMap is an event-driven Map that signals logged operations to its subscribers.Classreactor.rx.streamReactor
MapStream .MutableSignalClassreactor.rx.streamReactor
MapStream .OperationReturns the enum constant of this type with the specified name.Classreactor.rx.streamReactor
MapStream .SignalClassreactor.rx.streamReactor
PeriodicTimerStreamA Stream that emits 0 after an initial delay and ever incrementing long counter if the period argument is The TimerStream will manage dedicated timers for new subscriber assigned viaClassreactor.rx.streamReactor
PublisherStreamA Publisher wrapper that takes care of lazy subscribing.Classreactor.rx.streamReactor
RangeStreamA Stream that emits N Long from the inclusive start value defined to the inclusive end and then Since the stream retains the boundaries in a final field, any SubscriberClassreactor.rx.streamReactor
SingleTimerStreamA Stream that emits 0 after an initial delay and then complete The SingleTimerStream will manage dedicated timers for new subscriber assigned viaClassreactor.rx.streamReactor
SingleValueStreamA Stream that emits only one value and then complete.Classreactor.rx.streamReactor
StreamsA public factory to build Stream, Streams provide for common transformations from a few structures such as Iterable or Future to a Stream, in addition to provide for combinatory operations (merge, switchOnNext.Classreactor.rxReactor
StreamUtilsA simple collection of utils to assist in various tasks such as DebuggingSince:1.Classreactor.rxReactor
StreamUtils .StreamVisitorClassreactor.rxReactor
SupplierStreamA Stream that returns the result from Supplier.Classreactor.rx.streamReactor