B F I O P R S 
All Classes All Packages

B

bindExec(Observable<T>) - Static method in class ratpack.rx.RxRatpack
Deprecated.
Binds the given observable to the current execution, allowing integration of third-party asynchronous observables with Ratpack's execution model.

F

fork(Observable<T>) - Static method in class ratpack.rx.RxRatpack
Deprecated.
Parallelize an observable by forking it's execution onto a different Ratpack compute thread and automatically binding the result back to the original execution.
fork(Observable<T>, Action<? super RegistrySpec>) - Static method in class ratpack.rx.RxRatpack
Deprecated.
A variant of fork(rx.Observable<T>) that allows access to the registry of the forked execution inside an Action.
forkEach(Observable<T>) - Static method in class ratpack.rx.RxRatpack
Deprecated.
Parallelize an observable by creating a new Ratpack execution for each element.
forkEach(Observable<T>, Action<? super RegistrySpec>) - Static method in class ratpack.rx.RxRatpack
Deprecated.
A variant of forkEach(rx.Observable<T>) that allows access to the registry of each forked execution inside an Action.

I

initialize() - Static method in class ratpack.rx.RxRatpack
Deprecated.
Registers an RxJavaObservableExecutionHook with RxJava that provides a default error handling strategy of forwarding exceptions to the execution error handler.

O

observe(Operation) - Static method in class ratpack.rx.RxRatpack
Deprecated.
Converts a Operation into an Observable.
observe(Promise<T>) - Static method in class ratpack.rx.RxRatpack
Deprecated.
Converts a Promise into an Observable.
observeEach(Promise<I>) - Static method in class ratpack.rx.RxRatpack
Deprecated.
Converts a Promise for an iterable into an Observable.

P

promise(Observable.OnSubscribe<T>) - Static method in class ratpack.rx.RxRatpack
Deprecated.
Converts an Observable into a Promise, for all of the observable's items.
promise(Observable<T>) - Static method in class ratpack.rx.RxRatpack
Deprecated.
Converts an Observable into a Promise, for all of the observable's items.
promiseSingle(Observable.OnSubscribe<T>) - Static method in class ratpack.rx.RxRatpack
Deprecated.
Converts an Observable into a Promise, for the observable's single item.
promiseSingle(Observable<T>) - Static method in class ratpack.rx.RxRatpack
Deprecated.
Converts an Observable into a Promise, for the observable's single item.
publisher(Observable.OnSubscribe<T>) - Static method in class ratpack.rx.RxRatpack
Deprecated.
Converts an Observable into a Publisher, for all of the observable's items.
publisher(Observable<T>) - Static method in class ratpack.rx.RxRatpack
Deprecated.
Converts an Observable into a Publisher, for all of the observable's items.

R

ratpack.rx - package ratpack.rx
Provides integration with the RxJava library.
RxRatpack - Class in ratpack.rx
Deprecated.
since 1.7.0. Use ratpack-rx2 instead.

S

scheduler() - Static method in class ratpack.rx.RxRatpack
Deprecated.
A scheduler that uses the application event loop and initialises each job as an Execution (via ExecController.fork()).
scheduler(ExecController) - Static method in class ratpack.rx.RxRatpack
Deprecated.
A scheduler that uses the application event loop and initialises each job as an Execution (via ExecController.fork()).
B F I O P R S 
All Classes All Packages