Package | Description |
---|---|
rx.internal.operators |
Operators that allow composing Observables to transform and
manipulate data in an asynchronous, functional and thread-safe manner.
|
Modifier and Type | Method and Description |
---|---|
static <T> OperatorOnErrorResumeNextViaFunction<T> |
OperatorOnErrorResumeNextViaFunction.withException(Observable<? extends T> other) |
static <T> OperatorOnErrorResumeNextViaFunction<T> |
OperatorOnErrorResumeNextViaFunction.withOther(Observable<? extends T> other) |
static <T> OperatorOnErrorResumeNextViaFunction<T> |
OperatorOnErrorResumeNextViaFunction.withSingle(Func1<? super Throwable,? extends T> resumeFunction) |
Copyright © 2018. All rights reserved.