public final class RxJavaAdapterFactory
extends Adapter.Factory
| 限定符和类型 | 方法和说明 |
|---|---|
static RxJavaAdapterFactory |
create()
Returns an instance which creates observables that do not operate on any scheduler by default.
|
static RxJavaAdapterFactory |
create(Scheduler scheduler)
Returns an instance which creates synchronous observables that subscribe on
scheduler by default. |
<any> |
get(java.lang.reflect.Type returnType,
java.lang.annotation.Annotation[] annotations,
Routine routine) |
public static RxJavaAdapterFactory create()
public static RxJavaAdapterFactory create(Scheduler scheduler)
scheduler by default.public <any> get(java.lang.reflect.Type returnType,
java.lang.annotation.Annotation[] annotations,
Routine routine)