-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Timestamp operation #249
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
Timestamp operation #249
Conversation
RxJava-pull-requests #109 FAILURE |
The failing test has nothing to do with my changes. - I guess it's a sporadic test problem as there's not much difference between 10 and 30 milliseconds... |
This should also be added to |
RxJava-pull-requests #112 FAILURE |
My Eclipse configuration also automatically added a lot of |
The '@OverRide' annotations are fine - they are standard Java. They may be missing in some places because this project started with Java 5 compliance and it had the annotations in less places than Java 6. |
Timestamp operation
…actory-methods Additional factory methods - issue ReactiveX#249
Straightforward implementation of issue #93, based on
OperationMap
(without the scheduler version, asmap
doesn't take a scheduler yet either).