Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
strogo
/
RxJava
Public
forked from
ReactiveX/RxJava
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
RxJava
rxjava-core
src
main
java
rx
observables
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 8, 2014
Future wil receive NoSuchElementException when the BlockingObservable is empty
zsxwing
committed
8d06589
View commit details
Copy full SHA for 8d06589
View code at this point
Browse repository at this point
Commits on May 30, 2014
hard-code image heights in javadocs to make page loading cleaner, especially with links to anchors deep in the javadoc
DavidMGross
committed
a977208
View commit details
Copy full SHA for a977208
View code at this point
Browse repository at this point
rx.operators -> rx.internal.operators
benjchristensen
committed
7530361
View commit details
Copy full SHA for 7530361
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/Netflix/RxJava into operator-to-onsubscribe
davidmoten
committed
65c268c
View commit details
Copy full SHA for 65c268c
View code at this point
Browse repository at this point
Rename classes starting with Operator that are actually OnSubscribe implementations to start with OnSubscribe
davidmoten
committed
744e103
View commit details
Copy full SHA for 744e103
View code at this point
Browse repository at this point
Commits on May 29, 2014
add caveat about avoiding memory leaks when using GroupedObservables
DavidMGross
committed
da9aa93
View commit details
Copy full SHA for da9aa93
View code at this point
Browse repository at this point
Commits on May 28, 2014
Javadoc overhaul: 1) standardize formatting, phrasing, terminology; 2) fill in gaps where javadocs (or parts of them) were missing; 3) add spurious @warn tags to cause build warnings for as-yet-unf…
Show description for 6eeb249
DavidMGross
committed
6eeb249
View commit details
Copy full SHA for 6eeb249
View code at this point
Browse repository at this point
Commits on May 25, 2014
Fix the bug that BlockingObservable.singleOrDefault doesn't call unsubscribe
zsxwing
committed
1560ea8
View commit details
Copy full SHA for 1560ea8
View code at this point
Browse repository at this point
Commits on May 20, 2014
Deprecate toBlockingObservable in favor of toBlocking
Show description for 93ed358
benjchristensen
committed
93ed358
View commit details
Copy full SHA for 93ed358
View code at this point
Browse repository at this point
Commits on May 8, 2014
Fixed synchronous ConnectableObservable.connect problem
akarnokd
authored and
akarnokd
committed
3e58d90
View commit details
Copy full SHA for 3e58d90
View code at this point
Browse repository at this point
Commits on Apr 28, 2014
OperatorRefCount
akarnokd
committed
fc7f077
View commit details
Copy full SHA for fc7f077
View code at this point
Browse repository at this point
Commits on Apr 20, 2014
Remove deprecated rx.util.functions.*
Show description for cd4c1ac
benjchristensen
committed
cd4c1ac
View commit details
Copy full SHA for cd4c1ac
View code at this point
Browse repository at this point
Merge branch 'single' of git://github.com/zsxwing/RxJava into merge-967
Show description for 4c38a29
benjchristensen
committed
4c38a29
View commit details
Copy full SHA for 4c38a29
View code at this point
Browse repository at this point
Commits on Apr 3, 2014
Fix BlockingOperator Subscribe Behavior
Show description for 7ce6860
benjchristensen
committed
7ce6860
View commit details
Copy full SHA for 7ce6860
View code at this point
Browse repository at this point
Commits on Apr 2, 2014
UnsafeSubscribe
Show description for 8525f6f
benjchristensen
committed
8525f6f
View commit details
Copy full SHA for 8525f6f
View code at this point
Browse repository at this point
Commits on Mar 25, 2014
Pivot Operator
benjchristensen
committed
07e2769
View commit details
Copy full SHA for 07e2769
View code at this point
Browse repository at this point
Commits on Mar 17, 2014
Throw NoSuchElementException in the first, last and single operators when the Observable is empty
zsxwing
committed
c1ed51d
View commit details
Copy full SHA for c1ed51d
View code at this point
Browse repository at this point
Commits on Feb 17, 2014
Move rx.util.functions to rx.functions
Show description for c20c01e
benjchristensen
committed
c20c01e
View commit details
Copy full SHA for c20c01e
View code at this point
Browse repository at this point
Commits on Feb 12, 2014
Change Lift to use rx.Observable.Operator
Show description for 673b03c
benjchristensen
committed
673b03c
View commit details
Copy full SHA for 673b03c
View code at this point
Browse repository at this point
Commits on Jan 30, 2014
Subscriber and Observer
Show description for 60af29e
benjchristensen
committed
60af29e
View commit details
Copy full SHA for 60af29e
View code at this point
Browse repository at this point
Commits on Jan 29, 2014
Observer+Subscription -> Subscriber
benjchristensen
committed
47a0e1b
View commit details
Copy full SHA for 47a0e1b
View code at this point
Browse repository at this point
Commits on Jan 23, 2014
587 of 590 operator unit tests passing
benjchristensen
committed
a70afdf
View commit details
Copy full SHA for a70afdf
View code at this point
Browse repository at this point
Compiling. Unit Tests Failing.
Show description for 5478e30
benjchristensen
committed
5478e30
View commit details
Copy full SHA for 5478e30
View code at this point
Browse repository at this point
Commits on Jan 21, 2014
New Bind Signature and GroupBy Operator
Show description for 02ccc4d
benjchristensen
committed
02ccc4d
View commit details
Copy full SHA for 02ccc4d
View code at this point
Browse repository at this point
Added Observable.bind
Show description for 1d1066b
benjchristensen
committed
1d1066b
View commit details
Copy full SHA for 1d1066b
View code at this point
Browse repository at this point
Commits on Jan 15, 2014
Updating License Headers
Show description for 6ee4364
benjchristensen
committed
6ee4364
View commit details
Copy full SHA for 6ee4364
View code at this point
Browse repository at this point
Organize Imports and Format Code
Show description for 76ad85b
benjchristensen
committed
76ad85b
View commit details
Copy full SHA for 76ad85b
View code at this point
Browse repository at this point
Commits on Dec 27, 2013
correcting typo causing build failure
DavidMGross
committed
513a6b7
View commit details
Copy full SHA for 513a6b7
View code at this point
Browse repository at this point
javadoc improvements
Show description for 97f2b97
DavidMGross
committed
97f2b97
View commit details
Copy full SHA for 97f2b97
View code at this point
Browse repository at this point
Commits on Dec 23, 2013
Merge pull request #626 from akarnokd/OperationLatestAndFixes
Show description for f757324
benjchristensen
committed
f757324
View commit details
Copy full SHA for f757324
View code at this point
Browse repository at this point
Commits on Dec 20, 2013
Implement the blocking/non-blocking single, singleOrDefault, first, firstOrDefault, last, lastOrDefault
zsxwing
committed
96064c3
View commit details
Copy full SHA for 96064c3
View code at this point
Browse repository at this point
Add MSDN links
zsxwing
committed
21e7523
View commit details
Copy full SHA for 21e7523
View code at this point
Browse repository at this point
Fixed the blocking/non-blocking first
zsxwing
committed
0608155
View commit details
Copy full SHA for 0608155
View code at this point
Browse repository at this point
Commits on Dec 17, 2013
Fixes based on @zsxwing's suggestions.
akarnokd
committed
78c5708
View commit details
Copy full SHA for 78c5708
View code at this point
Browse repository at this point
Commits on Dec 16, 2013
Added: BO.Latest, fixed: BO.next, BO.mostRecent, BO.toIterable
akarnokd
committed
04a9e05
View commit details
Copy full SHA for 04a9e05
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.