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

Method apply

src/jmh/java/io/reactivex/rxjava3/core/XMapYPerf.java:105–108  ·  view source on GitHub ↗
(Integer v)

Source from the content-addressed store, hash-verified

103
104 flowFlatMapFlowable1 = fsource.flatMap(new Function<Integer, Publisher<Integer>>() {
105 @Override
106 public Publisher<Integer> apply(Integer v) {
107 return Flowable.just(v);
108 }
109 });
110
111 flowFlatMapFlowable0 = fsource.flatMap(new Function<Integer, Publisher<Integer>>() {

Callers

nothing calls this directly

Calls 12

justMethod · 0.95
emptyMethod · 0.95
justMethod · 0.95
justMethod · 0.95
emptyMethod · 0.95
completeMethod · 0.95
fromIterableMethod · 0.95
justMethod · 0.95
emptyMethod · 0.95
fromIterableMethod · 0.95
toFlowableMethod · 0.45
toObservableMethod · 0.45

Tested by

no test coverage detected