Package org.reactfx
Interface Suspender<S extends Suspendable>
- Type Parameters:
S
- type of the suspendable object this suspender suspends.
- All Known Subinterfaces:
SuspenderStream<T,
S>
- All Known Implementing Classes:
SuspenderBase
,SuspenderStreamImpl
Suspender is an object capable of suspending another suspendable object.
-
Method Summary
-
Method Details
-
getSuspendable
S getSuspendable()
-