Skip navigation links
C O R W 

C

config() - Method in class org.jooby.rx.Rx
 
configure(Env, Config, Binder) - Method in class org.jooby.rx.Rx
 

O

org.jooby.rx - package org.jooby.rx
 

R

Rx - Class in org.jooby.rx
rxjava
Rx() - Constructor for class org.jooby.rx.Rx
Creates a new Rx module.
rx() - Static method in class org.jooby.rx.Rx
Map a rx object like Observable, Single or Completable into a Deferred object.
rx(Function<Observable, Observable>, Function<Single, Single>) - Static method in class org.jooby.rx.Rx
Map a rx object like Observable, Single or Completable into a Deferred object.
rx(Function<Observable, Observable>, Function<Single, Single>, Function<Completable, Completable>) - Static method in class org.jooby.rx.Rx
Map a rx object like Observable, Single or Completable into a Deferred object.

W

withCompletable(Function<Completable, Completable>) - Method in class org.jooby.rx.Rx
Apply the given function adapter to completable returned by routes:
withObservable(Function<Observable, Observable>) - Method in class org.jooby.rx.Rx
Apply the given function adapter to observables returned by routes:
withSingle(Function<Single, Single>) - Method in class org.jooby.rx.Rx
Apply the given function adapter to single returned by routes:
C O R W 
Skip navigation links

Copyright © 2017. All rights reserved.