MCPcopy Index your code
hub / github.com/ReactiveX/RxJava / onError

Method onError

src/main/java/io/reactivex/rxjava3/core/Emitter.java:41–41  ·  view source on GitHub ↗

Signal a Throwable exception. @param error the Throwable to signal, not null

(@NonNull Throwable error)

Source from the content-addressed store, hash-verified

39 * @param error the {@code Throwable} to signal, not {@code null}
40 */
41 void onError(@NonNull Throwable error);
42
43 /**
44 * Signal a completion.

Callers 15

onErrorMethod · 0.65
onErrorMethod · 0.65
onErrorMethod · 0.65
subscribeActualMethod · 0.65
onErrorMethod · 0.65
onErrorMethod · 0.65
onErrorMethod · 0.65
subscribeMethod · 0.65
subscribeMethod · 0.65
ambArray1SignalsErrorMethod · 0.65
ambArray2SignalsErrorMethod · 0.65

Implementers 15

PerfInteropConsumersrc/jmh/java/io/reactivex/rxjava3/core
DefaultSubscriberImplsrc/jmh/java/io/reactivex/rxjava3/core
PerfObserversrc/jmh/java/io/reactivex/rxjava3/core
PerfSubscribersrc/jmh/java/io/reactivex/rxjava3/core
MyRx2Subscribersrc/jmh/java/io/reactivex/rxjava3/core
MyRx2Observersrc/jmh/java/io/reactivex/rxjava3/core
PerfConsumersrc/jmh/java/io/reactivex/rxjava3/core
InternalConsumersrc/jmh/java/io/reactivex/rxjava3/core
ExternalConsumersrc/jmh/java/io/reactivex/rxjava3/core
PerfBoundedSubscribersrc/jmh/java/io/reactivex/rxjava3/core
PerfAsyncConsumersrc/jmh/java/io/reactivex/rxjava3/core
TestObserverExsrc/test/java/io/reactivex/rxjava3/tes

Calls

no outgoing calls

Tested by 15

onErrorMethod · 0.52
onErrorMethod · 0.52
onErrorMethod · 0.52
subscribeActualMethod · 0.52
onErrorMethod · 0.52
onErrorMethod · 0.52
onErrorMethod · 0.52
subscribeMethod · 0.52
subscribeMethod · 0.52
ambArray1SignalsErrorMethod · 0.52
ambArray2SignalsErrorMethod · 0.52