- DialogSource - Class in io.reactivex.rxjavafx.sources
-
- dispose() - Method in class io.reactivex.rxjavafx.subscriptions.CompositeBinding
-
Disposes itself and all inner Bindings.
- distinctChangesOf(ObservableList<T>) - Static method in enum io.reactivex.rxjavafx.observables.JavaFxObservable
-
Emits distinctly added and removed items from an ObservableList.
- distinctChangesOf(ObservableList<T>, Function<T, R>) - Static method in enum io.reactivex.rxjavafx.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 io.reactivex.rxjavafx.observables.JavaFxObservable
-
Emits distinctly added and removed mappings to each R item from an ObservableList.
- doOnCancelFx(Action) - Static method in class io.reactivex.rxjavafx.transformers.FxFlowableTransformers
-
Performs the provided onTerminate action on the FX thread
- doOnCompleteCount(Consumer<Integer>) - Static method in class io.reactivex.rxjavafx.transformers.FxFlowableTransformers
-
Performs an action on onComplete with the provided emission count
- doOnCompleteCount(Consumer<Integer>) - Static method in class io.reactivex.rxjavafx.transformers.FxObservableTransformers
-
Performs an action on onComplete with the provided emission count
- doOnCompleteCountFx(Consumer<Integer>) - Static method in class io.reactivex.rxjavafx.transformers.FxFlowableTransformers
-
Performs an action on FX thread on onCompleted with the provided emission count
- doOnCompleteCountFx(Consumer<Integer>) - Static method in class io.reactivex.rxjavafx.transformers.FxObservableTransformers
-
Performs an action on FX thread on onCompleted with the provided emission count
- doOnCompleteFx(Action) - Static method in class io.reactivex.rxjavafx.transformers.FxFlowableTransformers
-
Performs a given Action on the FX thread when onCompleted is called
- doOnCompleteFx(Action) - Static method in class io.reactivex.rxjavafx.transformers.FxObservableTransformers
-
Performs a given Action on the FX thread when onCompleted is called
- doOnDisposeFx(Action) - Static method in class io.reactivex.rxjavafx.transformers.FxObservableTransformers
-
Performs the provided onTerminate action on the FX thread
- doOnErrorCount(Consumer<Integer>) - Static method in class io.reactivex.rxjavafx.transformers.FxFlowableTransformers
-
Performs an action on onError with the provided emission count
- doOnErrorCount(Consumer<Integer>) - Static method in class io.reactivex.rxjavafx.transformers.FxObservableTransformers
-
Performs an action on onError with the provided emission count
- doOnErrorCountFx(Consumer<Integer>) - Static method in class io.reactivex.rxjavafx.transformers.FxFlowableTransformers
-
Performs an action on FX thread on onError with the provided emission count
- doOnErrorCountFx(Consumer<Integer>) - Static method in class io.reactivex.rxjavafx.transformers.FxObservableTransformers
-
Performs an action on FX thread on onError with the provided emission count
- doOnErrorFx(Consumer<Throwable>) - Static method in class io.reactivex.rxjavafx.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 io.reactivex.rxjavafx.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 io.reactivex.rxjavafx.transformers.FxFlowableTransformers
-
Performs an action on onNext with the provided emission count
- doOnNextCount(Consumer<Integer>) - Static method in class io.reactivex.rxjavafx.transformers.FxObservableTransformers
-
Performs an action on onNext with the provided emission count
- doOnNextCountFx(Consumer<Integer>) - Static method in class io.reactivex.rxjavafx.transformers.FxFlowableTransformers
-
Performs an action on FX thread on onNext with the provided emission count
- doOnNextCountFx(Consumer<Integer>) - Static method in class io.reactivex.rxjavafx.transformers.FxObservableTransformers
-
Performs an action on FX thread on onNext with the provided emission count
- doOnNextFx(Consumer<T>) - Static method in class io.reactivex.rxjavafx.transformers.FxFlowableTransformers
-
Performs a given action for each item on the FX thread
- doOnNextFx(Consumer<T>) - Static method in class io.reactivex.rxjavafx.transformers.FxObservableTransformers
-
Performs a given action for each item on the FX thread
- doOnSubscribeFx(Consumer<Subscription>) - Static method in class io.reactivex.rxjavafx.transformers.FxFlowableTransformers
-
Performs a given Action on the FX thread when subscribed to
- doOnSubscribeFx(Consumer<Disposable>) - Static method in class io.reactivex.rxjavafx.transformers.FxObservableTransformers
-
Performs a given Action on the FX thread when subscribed to
- doOnTerminateFx(Action) - Static method in class io.reactivex.rxjavafx.transformers.FxFlowableTransformers
-
Performs the provided onTerminate action on the FX thread
- doOnTerminateFx(Action) - Static method in class io.reactivex.rxjavafx.transformers.FxObservableTransformers
-
Performs the provided onTerminate action on the FX thread
- TimerSource - Class in io.reactivex.rxjavafx.sources
-
- toBinding(Observable<T>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxObserver
-
Turns an Observable into an eager JavaFX Binding that subscribes immediately to the Observable.
- toBinding(Observable<T>, Consumer<Throwable>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxObserver
-
Turns an Observable into an eager JavaFX Binding that subscribes immediately to the Observable.
- toBinding(Flowable<T>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxSubscriber
-
Turns an Flowable into an eager JavaFX Binding that subscribes immediately to the Flowable.
- toBinding(Flowable<T>, Consumer<Throwable>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxSubscriber
-
Turns an Flowable into an eager JavaFX Binding that subscribes immediately to the Flowable.
- toLazyBinding(Observable<T>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxObserver
-
Turns an Observable into an lazy JavaFX Binding that subscribes to the Observable when its getValue() is called.
- toLazyBinding(Observable<T>, Consumer<Throwable>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxObserver
-
Turns an Observable into an eager JavaFX Binding that subscribes to the Observable when its getValue() is called.
- toLazyBinding(Flowable<T>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxSubscriber
-
Turns an Flowable into an lazy JavaFX Binding that subscribes to the Flowable when its getValue() is called.
- toLazyBinding(Flowable<T>, Consumer<Throwable>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxSubscriber
-
Turns an Flowable into an eager JavaFX Binding that subscribes to the Flowable when its getValue() is called.
- toLazyNullableBinding(Observable<Optional<T>>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxObserver
-
Turns an Observable into an lazy JavaFX Binding that subscribes to the Observable when its getValue() is called.
- toLazyNullableBinding(Observable<Optional<T>>, Consumer<Throwable>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxObserver
-
Turns an Observable into an lazy JavaFX Binding that subscribes to the Observable when its getValue() is called.
- toLazyNullableBinding(Flowable<Optional<T>>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxSubscriber
-
Turns an Flowable into an lazy JavaFX Binding that subscribes to the Flowable when its getValue() is called.
- toLazyNullableBinding(Flowable<Optional<T>>, Consumer<Throwable>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxSubscriber
-
Turns an Flowable into an lazy JavaFX Binding that subscribes to the Flowable when its getValue() is called.
- toLazyNullBinding(Observable<T>, T) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxObserver
-
Turns an Observable into an eager JavaFX Binding that subscribes to the Observable when its getValue() is called.
- toLazyNullBinding(Observable<T>, T, Consumer<Throwable>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxObserver
-
Turns an Observable into an eager JavaFX Binding that subscribes to the Observable when its getValue() is called.
- toLazyNullBinding(Flowable<T>, T) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxSubscriber
-
Turns an Flowable into an eager JavaFX Binding that subscribes to the Flowable when its getValue() is called.
- toLazyNullBinding(Flowable<T>, T, Consumer<Throwable>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxSubscriber
-
Turns an Flowable into an eager JavaFX Binding that subscribes to the Flowable when its getValue() is called.
- toNullableBinding(Observable<Optional<T>>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxObserver
-
Turns an Observable into an eager JavaFX Binding that subscribes immediately to the Observable.
- toNullableBinding(Observable<Optional<T>>, Consumer<Throwable>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxObserver
-
Turns an Observable into an eager JavaFX Binding that subscribes immediately to the Observable.
- toNullableBinding(Flowable<Optional<T>>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxSubscriber
-
Turns an Flowable into an eager JavaFX Binding that subscribes immediately to the Flowable.
- toNullableBinding(Flowable<Optional<T>>, Consumer<Throwable>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxSubscriber
-
Turns an Flowable into an eager JavaFX Binding that subscribes immediately to the Flowable.
- toNullBinding(Observable<T>, T) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxObserver
-
Turns an Observable into an eager JavaFX Binding that subscribes immediately to the Observable.
- toNullBinding(Observable<T>, T, Consumer<Throwable>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxObserver
-
Turns an Observable into an eager JavaFX Binding that subscribes immediately to the Observable.
- toNullBinding(Flowable<T>, T) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxSubscriber
-
Turns an Flowable into an eager JavaFX Binding that subscribes immediately to the Flowable.
- toNullBinding(Flowable<T>, T, Consumer<Throwable>) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxSubscriber
-
Turns an Flowable into an eager JavaFX Binding that subscribes immediately to the Flowable.
- toObservable() - Method in class io.reactivex.rxjavafx.sources.CompositeObservable
-
Deprecated.
Returns the `Observable` combining all the source Observables, with any transformations that were specified
on construction.
- toString() - Method in class io.reactivex.rxjavafx.sources.ListChange
-
- toString() - Method in class io.reactivex.rxjavafx.sources.SetChange
-
- valueOf(String) - Static method in enum io.reactivex.rxjavafx.observables.JavaFxObservable
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxObserver
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.reactivex.rxjavafx.observers.JavaFxSubscriber
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.reactivex.rxjavafx.sources.Flag
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.reactivex.rxjavafx.observables.JavaFxObservable
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.reactivex.rxjavafx.observers.JavaFxObserver
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.reactivex.rxjavafx.observers.JavaFxSubscriber
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.reactivex.rxjavafx.sources.Flag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valuesOf(ObservableValue<T>) - Static method in enum io.reactivex.rxjavafx.observables.JavaFxObservable
-
Create an rx Observable from a JavaFX ObservableValue
- valuesOf(ObservableValue<T>, T) - Static method in enum io.reactivex.rxjavafx.observables.JavaFxObservable
-
Create an rx Observable from a JavaFX ObservableValue