public final class RxJavaUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <T> rx.Completable |
createCompletable(StorIOSQLite storIOSQLite,
<any> operation) |
static <T> rx.Observable<T> |
createObservable(StorIOSQLite storIOSQLite,
<any> operation) |
static <T> rx.Single<T> |
createSingle(StorIOSQLite storIOSQLite,
<any> operation) |
static rx.Completable |
subscribeOn(StorIOSQLite storIOSQLite,
rx.Completable completable) |
static <T> rx.Observable<T> |
subscribeOn(StorIOSQLite storIOSQLite,
rx.Observable<T> observable) |
static <T> rx.Single<T> |
subscribeOn(StorIOSQLite storIOSQLite,
rx.Single<T> single) |
@CheckResult
@NonNull
public static <T> rx.Observable<T> createObservable(@NonNull
StorIOSQLite storIOSQLite,
@NonNull
<any> operation)
@CheckResult
@NonNull
public static <T> rx.Single<T> createSingle(@NonNull
StorIOSQLite storIOSQLite,
@NonNull
<any> operation)
@CheckResult
@NonNull
public static <T> rx.Completable createCompletable(@NonNull
StorIOSQLite storIOSQLite,
@NonNull
<any> operation)
@CheckResult
@NonNull
public static <T> rx.Observable<T> subscribeOn(@NonNull
StorIOSQLite storIOSQLite,
@NonNull
rx.Observable<T> observable)
@CheckResult
@NonNull
public static <T> rx.Single<T> subscribeOn(@NonNull
StorIOSQLite storIOSQLite,
@NonNull
rx.Single<T> single)
@CheckResult
@NonNull
public static rx.Completable subscribeOn(@NonNull
StorIOSQLite storIOSQLite,
@NonNull
rx.Completable completable)