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

Method onNext

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

Signal a normal value. @param value the value to signal, not null

(@NonNull T value)

Source from the content-addressed store, hash-verified

33 * @param value the value to signal, not {@code null}
34 */
35 void onNext(@NonNull T value);
36
37 /**
38 * Signal a {@link Throwable} exception.

Callers 15

subscribeMethod · 0.65
unbounded1Method · 0.65
unbounded1kMethod · 0.65
unbounded1mMethod · 0.65
bounded1Method · 0.65
bounded1kMethod · 0.65
bounded1mMethod · 0.65
subject1Method · 0.65
subject1kMethod · 0.65
subject1mMethod · 0.65
onNextMethod · 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

onNextMethod · 0.52
wrappingMockMethod · 0.52
asyncQueueThrowsMethod · 0.52
asyncFusionMethod · 0.52
onNextMethod · 0.52
wrappingMockMethod · 0.52
asyncQueueThrowsMethod · 0.52
onNextMethod · 0.52