Class SingleInternalHelper
java.lang.Object
io.reactivex.rxjava3.internal.operators.single.SingleInternalHelper
Helper utility class to support Single with inner classes.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Supplier<NoSuchElementException> iterableToFlowable(Iterable<? extends SingleSource<? extends T>> sources) static <T> Function<SingleSource<? extends T>, org.reactivestreams.Publisher<? extends T>>
-
Method Details
-
emptyThrower
-
toFlowable
public static <T> Function<SingleSource<? extends T>, org.reactivestreams.Publisher<? extends T>> toFlowable() -
iterableToFlowable
public static <T> Iterable<? extends Flowable<T>> iterableToFlowable(Iterable<? extends SingleSource<? extends T>> sources)
-