Uses of Interface
org.reactfx.SuspenderStream
Packages that use SuspenderStream
-
Uses of SuspenderStream in org.reactfx
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.