Package org.reactfx

Interface AwaitingEventStream<T>

    • Method Detail

      • pendingProperty

        javafx.beans.value.ObservableBooleanValue pendingProperty()
        Indicates whether there is a pending event that will be emitted by this stream in the (near) future. This may mean that an event has occurred that causes this stream to emit an event with some delay, e.g. waiting for a timer or completion of an asynchronous task.
      • isPending

        boolean isPending()