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

Method call

src/jmh/java/io/reactivex/rxjava3/core/MemoryPerf.java:145–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143
144 checkMemory(new Callable<Object>() {
145 @Override
146 public Object call() {
147 return io.reactivex.rxjava3.core.Observable.just(1);
148 }
149 }, "just", "Rx2Observable");
150
151 checkMemory(new Callable<Object>() {

Callers

nothing calls this directly

Calls 11

computationMethod · 0.80
emptyMethod · 0.65
justMethod · 0.45
rangeMethod · 0.45
fromCallableMethod · 0.45
subscribeWithMethod · 0.45
mapMethod · 0.45
filterMethod · 0.45
subscribeOnMethod · 0.45
observeOnMethod · 0.45
createMethod · 0.45

Tested by

no test coverage detected