Uses of Interface
org.reactfx.SuspenderStream
-
Packages that use SuspenderStream Package Description org.reactfx -
-
Uses of SuspenderStream in org.reactfx
Classes in org.reactfx that implement SuspenderStream Modifier and Type Class Description (package private) class
SuspenderStreamImpl<T,S extends Suspendable>
Methods in org.reactfx that return SuspenderStream Modifier and Type Method Description default <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.
-