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

@Experimental public interface Suspender<S extends Suspendable>
Suspender is an object capable of suspending another suspendable object.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getSuspendable

      S getSuspendable()