Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rx.operators -> rx.internal.operators #1294

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rxjava-core/src/main/java/rx/Observable.java
Original file line number Diff line number Diff line change
@@ -19,9 +19,9 @@

import rx.exceptions.*;
import rx.functions.*;
import rx.internal.operators.*;
import rx.observables.*;
import rx.observers.SafeSubscriber;
import rx.operators.*;
import rx.plugins.*;
import rx.schedulers.*;
import rx.subjects.*;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.Iterator;
import java.util.NoSuchElementException;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.Iterator;

Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.Iterator;
import java.util.NoSuchElementException;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.concurrent.CancellationException;
import java.util.concurrent.CountDownLatch;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.Iterator;
import java.util.NoSuchElementException;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.concurrent.ConcurrentLinkedQueue;
import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import java.io.Serializable;

Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.ArrayList;
import java.util.List;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;

Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.ArrayList;
import java.util.BitSet;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import rx.Observable;
import rx.Observable.OnSubscribe;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.concurrent.TimeUnit;

Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.concurrent.TimeUnit;
import rx.Observable;
Original file line number Diff line number Diff line change
@@ -13,15 +13,15 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package rx.operators;
package rx.internal.operators;

import rx.Observable;
import rx.Observable.OnSubscribe;
import rx.Subscriber;
import rx.functions.Func0;
import rx.functions.Func1;
import rx.internal.operators.OnSubscribeDelay.Emitter;
import rx.observers.SerializedSubscriber;
import rx.operators.OnSubscribeDelay.Emitter;
import rx.subscriptions.CompositeSubscription;

/**
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import rx.Observable.OnSubscribe;
import rx.Subscriber;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.ArrayList;
import java.util.HashMap;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.ArrayList;
import java.util.HashMap;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package rx.operators;
package rx.internal.operators;

import rx.Observable;
import rx.Observable.OnSubscribe;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import rx.Observable.OnSubscribe;
import rx.Subscriber;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.ArrayList;
import java.util.List;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.concurrent.TimeUnit;
import rx.Observable.OnSubscribe;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.concurrent.TimeUnit;
import rx.Observable.OnSubscribe;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.concurrent.Future;
import java.util.concurrent.TimeUnit;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import rx.Observable;
import rx.Observable.OnSubscribe;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import rx.Observable.Operator;
import rx.Subscriber;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;


import rx.Observable;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import rx.Observable.Operator;
import rx.Subscriber;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.ArrayList;
import java.util.List;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.ArrayList;
import java.util.Iterator;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.ArrayList;
import java.util.Iterator;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.ArrayList;
import java.util.Iterator;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import rx.Observable.Operator;
import rx.Subscriber;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.concurrent.ConcurrentLinkedQueue;
import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;
Original file line number Diff line number Diff line change
@@ -13,14 +13,14 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package rx.operators;
package rx.internal.operators;

import rx.Observable;
import rx.Observable.Operator;
import rx.Subscriber;
import rx.functions.Func1;
import rx.internal.operators.OperatorDebounceWithTime.DebounceState;
import rx.observers.SerializedSubscriber;
import rx.operators.OperatorDebounceWithTime.DebounceState;
import rx.subscriptions.SerialSubscription;

/**
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.concurrent.TimeUnit;
import rx.Observable.Operator;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package rx.operators;
package rx.internal.operators;

import rx.Observable.Operator;
import rx.Subscriber;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import rx.Notification;
import rx.Observable.Operator;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package rx.operators;
package rx.internal.operators;

import java.util.HashSet;
import java.util.Set;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package rx.operators;
package rx.internal.operators;

import rx.Observable.Operator;
import rx.Subscriber;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import rx.Observable.Operator;
import rx.Observer;
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package rx.operators;
package rx.internal.operators;

import rx.Observable.Operator;
import rx.Subscriber;
Loading