- DialogSource - Class in rx.javafx.sources
-
- dispose() - Method in class rx.subscriptions.CompositeBinding
-
Disposes itself and all inner Bindings.
- distinctChangesOf(ObservableList<T>) - Static method in enum rx.observables.JavaFxObservable
-
Emits distinctly added and removed items from an ObservableList.
- distinctChangesOf(ObservableList<T>, Function<T, R>) - Static method in enum rx.observables.JavaFxObservable
-
Emits distinctly added and removed T items from an ObservableList based on a mapping to an R value.
- distinctMappingsOf(ObservableList<T>, Function<T, R>) - Static method in enum rx.observables.JavaFxObservable
-
Emits distinctly added and removed mappings to each R item from an ObservableList.
- doOnCancelFx(Action) - Static method in class rx.transformers.FxFlowableTransformers
-
Performs the provided onTerminate action on the FX thread
- doOnCompleteCount(Consumer<Integer>) - Static method in class rx.transformers.FxFlowableTransformers
-
Performs an action on onComplete with the provided emission count
- doOnCompleteCount(Consumer<Integer>) - Static method in class rx.transformers.FxObservableTransformers
-
Performs an action on onComplete with the provided emission count
- doOnCompleteCountFx(Consumer<Integer>) - Static method in class rx.transformers.FxFlowableTransformers
-
Performs an action on FX thread on onCompleted with the provided emission count
- doOnCompleteCountFx(Consumer<Integer>) - Static method in class rx.transformers.FxObservableTransformers
-
Performs an action on FX thread on onCompleted with the provided emission count
- doOnCompleteFx(Action) - Static method in class rx.transformers.FxFlowableTransformers
-
Performs a given Action on the FX thread when onCompleted is called
- doOnCompleteFx(Action) - Static method in class rx.transformers.FxObservableTransformers
-
Performs a given Action on the FX thread when onCompleted is called
- doOnDisposeFx(Action) - Static method in class rx.transformers.FxObservableTransformers
-
Performs the provided onTerminate action on the FX thread
- doOnErrorCount(Consumer<Integer>) - Static method in class rx.transformers.FxFlowableTransformers
-
Performs an action on onError with the provided emission count
- doOnErrorCount(Consumer<Integer>) - Static method in class rx.transformers.FxObservableTransformers
-
Performs an action on onError with the provided emission count
- doOnErrorCountFx(Consumer<Integer>) - Static method in class rx.transformers.FxFlowableTransformers
-
Performs an action on FX thread on onError with the provided emission count
- doOnErrorCountFx(Consumer<Integer>) - Static method in class rx.transformers.FxObservableTransformers
-
Performs an action on FX thread on onError with the provided emission count
- doOnErrorFx(Consumer<Throwable>) - Static method in class rx.transformers.FxFlowableTransformers
-
Performs a given action on a Throwable on the FX thread in the event of an onError
- doOnErrorFx(Consumer<Throwable>) - Static method in class rx.transformers.FxObservableTransformers
-
Performs a given action on a Throwable on the FX thread in the event of an onError
- doOnNextCount(Consumer<Integer>) - Static method in class rx.transformers.FxFlowableTransformers
-
Performs an action on onNext with the provided emission count
- doOnNextCount(Consumer<Integer>) - Static method in class rx.transformers.FxObservableTransformers
-
Performs an action on onNext with the provided emission count
- doOnNextCountFx(Consumer<Integer>) - Static method in class rx.transformers.FxFlowableTransformers
-
Performs an action on FX thread on onNext with the provided emission count
- doOnNextCountFx(Consumer<Integer>) - Static method in class rx.transformers.FxObservableTransformers
-
Performs an action on FX thread on onNext with the provided emission count
- doOnNextFx(Consumer<T>) - Static method in class rx.transformers.FxFlowableTransformers
-
Performs a given action for each item on the FX thread
- doOnNextFx(Consumer<T>) - Static method in class rx.transformers.FxObservableTransformers
-
Performs a given action for each item on the FX thread
- doOnSubscribeFx(Consumer<Subscription>) - Static method in class rx.transformers.FxFlowableTransformers
-
Performs a given Action on the FX thread when subscribed to
- doOnSubscribeFx(Consumer<Disposable>) - Static method in class rx.transformers.FxObservableTransformers
-
Performs a given Action on the FX thread when subscribed to
- doOnTerminateFx(Action) - Static method in class rx.transformers.FxFlowableTransformers
-
Performs the provided onTerminate action on the FX thread
- doOnTerminateFx(Action) - Static method in class rx.transformers.FxObservableTransformers
-
Performs the provided onTerminate action on the FX thread