We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1ab61 commit a59b069Copy full SHA for a59b069
rxjava-core/src/main/java/rx/Observable.java
@@ -46,6 +46,7 @@
46
import rx.operators.OperationSkip;
47
import rx.operators.OperationSynchronize;
48
import rx.operators.OperationTake;
49
+import rx.operators.OperationTakeLast;
50
import rx.operators.OperationToObservableFuture;
51
import rx.operators.OperationToObservableIterable;
52
import rx.operators.OperationToObservableList;
0 commit comments