Uses of Interface
org.reactfx.SuspenderStream
Packages that use SuspenderStream
-
Uses of SuspenderStream in org.reactfx
Classes in org.reactfx that implement SuspenderStreamModifier and TypeClassDescription(package private) class
SuspenderStreamImpl<T,
S extends Suspendable> Methods in org.reactfx that return SuspenderStreamModifier and TypeMethodDescriptiondefault <S extends Suspendable>
SuspenderStream<T, S> EventStream.suspenderOf
(S suspendable) Returns an event stream that emits the same events as this event stream, but before each emission, suspends the given Suspendable and unsuspends it after the emission has completed.