Skip navigation links
B F I O P R S 

B

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

F

forkEach(Observable<T>) - Static method in class ratpack.rx.RxRatpack
Parallelize an observable by creating a new Ratpack execution for each element.

I

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

O

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

P

promise(Observable<T>) - Static method in class ratpack.rx.RxRatpack
Converts an Observable into a Promise, for all of the observable's items.
promiseSingle(Observable<T>) - Static method in class ratpack.rx.RxRatpack
Converts an Observable into a Promise, for the observable's single item.
publisher(Observable<T>) - Static method in class ratpack.rx.RxRatpack
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
Provides integration with RxJava.

S

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