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

Method toSingle

src/main/java/io/reactivex/rxjava3/core/Single.java:5586–5589  ·  view source on GitHub ↗
(@NonNull Flowable<T> source)

Source from the content-addressed store, hash-verified

5584 }
5585
5586 @NonNull
5587 private static <T> Single<T> toSingle(@NonNull Flowable<T> source) {
5588 return RxJavaPlugins.onAssembly(new FlowableSingleSingle<>(source, null));
5589 }
5590
5591 // -------------------------------------------------------------------------
5592 // JDK 8 Support

Callers 3

fromFutureMethod · 0.95
retryMethod · 0.95
retryWhenMethod · 0.95

Calls 1

onAssemblyMethod · 0.95

Tested by

no test coverage detected