org.reactfx.Suspender Maven / Gradle / Ivy
package org.reactfx;
import org.reactfx.util.Experimental;
/**
* Suspender is an object capable of suspending another suspendable object.
*
* @param type of the suspendable object this suspender suspends.
*/
@Experimental
public interface Suspender {
S getSuspendable();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy