Package org.reactfx

Interface SuspendableEventStream<T>

    • Method Detail

      • suspendedWhen

        default EventStream<T> suspendedWhen​(javafx.beans.value.ObservableValue<java.lang.Boolean> condition)
        Returns an event stream that is suspended when the given condition is true and emits normally when condition is false.