You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <dd>{@code switchMapSingle} does not operate by default on a particular {@link Scheduler}.</dd>
10880
+
* </dl>
10881
+
*
10882
+
* @param <R> the element type of the inner SingleSources and the output
10883
+
* @param mapper
10884
+
* a function that, when applied to an item emitted by the source ObservableSource, returns a
10885
+
* SingleSource
10886
+
* @return an Observable that emits the item emitted by the SingleSource returned from applying {@code func} to the most recently emitted item emitted by the source ObservableSource
* <dd>{@code switchMapSingleDelayError} does not operate by default on a particular {@link Scheduler}.</dd>
10911
+
* </dl>
10912
+
*
10913
+
* @param <R> the element type of the inner SingleSources and the output
10914
+
* @param mapper
10915
+
* a function that, when applied to an item emitted by the source ObservableSource, returns a
10916
+
* SingleSource
10917
+
* @return an Observable that emits the item emitted by the SingleSource returned from applying {@code func} to the most recently emitted item emitted by the source ObservableSource
0 commit comments