- 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>, Func1<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>, Func1<T, R>) - Static method in enum rx.observables.JavaFxObservable
-
Emits distinctly added and removed mappings to each R item from an ObservableList.
- doOnCompletedCount(Action1<Integer>) - Static method in class rx.transformers.JavaFxTransformers
-
Performs an action on onCompleted with the provided emission count
- doOnCompletedCountFx(Action1<Integer>) - Static method in class rx.transformers.JavaFxTransformers
-
Performs an action on FX thread on onCompleted with the provided emission count
- doOnCompletedFx(Action0) - Static method in class rx.transformers.JavaFxTransformers
-
Performs a given Action0 on the FX thread when onCompleted is called
- doOnErrorCount(Action1<Integer>) - Static method in class rx.transformers.JavaFxTransformers
-
Performs an action on onError with the provided emission count
- doOnErrorCountFx(Action1<Integer>) - Static method in class rx.transformers.JavaFxTransformers
-
Performs an action on FX thread on onError with the provided emission count
- doOnErrorFx(Action1<Throwable>) - Static method in class rx.transformers.JavaFxTransformers
-
Performs a given action on a Throwable on the FX thread in the event of an onError
- doOnNextCount(Action1<Integer>) - Static method in class rx.transformers.JavaFxTransformers
-
Performs an action on onNext with the provided emission count
- doOnNextCountFx(Action1<Integer>) - Static method in class rx.transformers.JavaFxTransformers
-
Performs an action on FX thread on onNext with the provided emission count
- doOnNextFx(Action1<T>) - Static method in class rx.transformers.JavaFxTransformers
-
Performs a given action for each item on the FX thread
- doOnSubscribeFx(Action0) - Static method in class rx.transformers.JavaFxTransformers
-
Performs a given Action0 on the FX thread when subscribed to
- doOnTerminateFx(Action0) - Static method in class rx.transformers.JavaFxTransformers
-
Performs the provided onTerminate action on the FX thread
- doOnUnsubscribeFx(Action0) - Static method in class rx.transformers.JavaFxTransformers
-
Performs the provided onTerminate action on the FX thread