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 32
32
import rx .functions .Func7 ;
33
33
import rx .functions .Func8 ;
34
34
import 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
-
47
35
import rx .annotations .Beta ;
36
+ import rx .internal .operators .*;
48
37
import rx .internal .producers .SingleDelayedProducer ;
49
38
import rx .singles .BlockingSingle ;
50
39
import rx .observers .SafeSubscriber ;
@@ -2040,6 +2029,6 @@ public final Single<T> doOnUnsubscribe(final Action0 action) {
2040
2029
*/
2041
2030
@ Experimental
2042
2031
public final Single <T > doAfterTerminate (Action0 action ) {
2043
- return lift (new OperatorFinally <T >(action ));
2032
+ return lift (new OperatorDoAfterTerminate <T >(action ));
2044
2033
}
2045
2034
}
You can’t perform that action at this time.
0 commit comments