File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 3232import rx .functions .Func7 ;
3333import rx .functions .Func8 ;
3434import rx .functions .Func9 ;
35- import rx .internal .operators .OnSubscribeToObservableFuture ;
36- import rx .internal .operators .OperatorDelay ;
37- import rx .internal .operators .OperatorDoOnEach ;
38- import rx .internal .operators .OperatorDoOnUnsubscribe ;
39- import rx .internal .operators .OperatorFinally ;
40- import rx .internal .operators .OperatorMap ;
41- import rx .internal .operators .OperatorObserveOn ;
42- import rx .internal .operators .OperatorOnErrorReturn ;
43- import rx .internal .operators .OperatorSubscribeOn ;
44- import rx .internal .operators .OperatorTimeout ;
45- import rx .internal .operators .OperatorZip ;
46-
4735import rx .annotations .Beta ;
36+ import rx .internal .operators .*;
4837import rx .internal .producers .SingleDelayedProducer ;
4938import rx .singles .BlockingSingle ;
5039import rx .observers .SafeSubscriber ;
@@ -2040,6 +2029,6 @@ public final Single<T> doOnUnsubscribe(final Action0 action) {
20402029 */
20412030 @ Experimental
20422031 public final Single <T > doAfterTerminate (Action0 action ) {
2043- return lift (new OperatorFinally <T >(action ));
2032+ return lift (new OperatorDoAfterTerminate <T >(action ));
20442033 }
20452034}
You can’t perform that action at this time.
0 commit comments