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
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 }}
He-Pin
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
RxJava
src
main
on
functionalInterface
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 17, 2019
Add FunctionalInterface annotations.
He-Pin
committed
23ad4b9
View commit details
Copy full SHA for 23ad4b9
View code at this point
Browse repository at this point
Replace ObjectHelper.requireNonNull with Objects.requireNonNull (#6771)
JakeWharton
authored and
akarnokd
committed
6ba932c
View commit details
Copy full SHA for 6ba932c
View code at this point
Browse repository at this point
Replace some ObjecsHelpers methods with Java 8 APIs (#6770)
JakeWharton
authored and
akarnokd
committed
652f2a1
View commit details
Copy full SHA for 652f2a1
View code at this point
Browse repository at this point
Remove deprecated method from 2.x (#6769)
JakeWharton
authored and
akarnokd
committed
2392349
View commit details
Copy full SHA for 2392349
View code at this point
Browse repository at this point
3.x: [Java 8] Upgrade to Java 8, add Flowable.fromX operators (#6765)
Show description for 735add2
akarnokd
authored
735add2
View commit details
Copy full SHA for 735add2
View code at this point
Browse repository at this point
3.x: Fix window (boundary, start/end) cancel and abandonment (#6762)
akarnokd
authored
f96821f
View commit details
Copy full SHA for f96821f
View code at this point
Browse repository at this point
Commits on Dec 16, 2019
3.x: Fix Observable.window (size & time) cancellation and abandonment (#6761)
akarnokd
authored
daeccff
View commit details
Copy full SHA for daeccff
View code at this point
Browse repository at this point
3.x: Fix Flowable.window (size, time) cancellation and abandonment (#6758)
akarnokd
authored
df7f1cd
View commit details
Copy full SHA for df7f1cd
View code at this point
Browse repository at this point
Commits on Dec 15, 2019
Fix typo in Flowable javadoc (#6760)
Show description for c045188
richardkapolnai-da
authored and
akarnokd
committed
c045188
View commit details
Copy full SHA for c045188
View code at this point
Browse repository at this point
Commits on Dec 11, 2019
3.x: Fix Observable amb, combineLatest & zip ArrayStoreException (#6756)
akarnokd
authored
01cae89
View commit details
Copy full SHA for 01cae89
View code at this point
Browse repository at this point
Commits on Dec 7, 2019
3.x: Change how the cause of CompositeException is generated (#6748)
Show description for 0f0e219
akarnokd
authored
0f0e219
View commit details
Copy full SHA for 0f0e219
View code at this point
Browse repository at this point
3.x: Update observeOn docs with links and +backpressure explanation (#6750)
akarnokd
authored
4c97d20
View commit details
Copy full SHA for 4c97d20
View code at this point
Browse repository at this point
Commits on Dec 6, 2019
3.x: Change Flowable.groupBy to signal MBE instead of possibly hanging (#6740)
Show description for 1e29958
akarnokd
authored
1e29958
View commit details
Copy full SHA for 1e29958
View code at this point
Browse repository at this point
Commits on Dec 3, 2019
3.x: Add fair mode overload to Schedulers.from(Executor) (#6744)
akarnokd
authored
292dc62
View commit details
Copy full SHA for 292dc62
View code at this point
Browse repository at this point
3.x: Make DisposableContainer public API (#6745)
akarnokd
authored
e912237
View commit details
Copy full SHA for e912237
View code at this point
Browse repository at this point
Commits on Nov 29, 2019
3.x: Add Maybe marble diagrams (14 cases) (#6730)
akarnokd
authored
f20fd87
View commit details
Copy full SHA for f20fd87
View code at this point
Browse repository at this point
Commits on Nov 28, 2019
3.x: Update Single.zip marble diagrams (4 cases) (#6732)
akarnokd
authored
a92a357
View commit details
Copy full SHA for a92a357
View code at this point
Browse repository at this point
3.x: Fix self-see references, some comments (#6729)
akarnokd
authored
e65cd8d
View commit details
Copy full SHA for e65cd8d
View code at this point
Browse repository at this point
Commits on Nov 21, 2019
3.x: observeOn and Schedulers.from eagerness javadoc updates (#6723)
akarnokd
authored
33a498d
View commit details
Copy full SHA for 33a498d
View code at this point
Browse repository at this point
Commits on Nov 20, 2019
3.x: Fix parallel() on grouped flowable not replenishing properly (#6719)
Show description for 7c0793d
akarnokd
authored
7c0793d
View commit details
Copy full SHA for 7c0793d
View code at this point
Browse repository at this point
Commits on Nov 14, 2019
3.x: Fix MulticastProcessor not requesting more after limit is reached (#6714)
Show description for 5026999
akarnokd
authored
5026999
View commit details
Copy full SHA for 5026999
View code at this point
Browse repository at this point
Commits on Nov 12, 2019
3.x: Fix concurrent clear in observeOn while output-fused (#6708)
akarnokd
authored
df2cdb7
View commit details
Copy full SHA for df2cdb7
View code at this point
Browse repository at this point
Commits on Nov 8, 2019
3.x: Embed R8 ProGuard rules to ignore Flow* interfaces in RS 1.0.3 (#6706)
Show description for 1e7abf2
akarnokd
authored
1e7abf2
View commit details
Copy full SHA for 1e7abf2
View code at this point
Browse repository at this point
Commits on Nov 4, 2019
3.x: Update javadoc for observeOn to mention its eagerness (#6700)
Show description for 8ed6cc1
JosemyDuarte
authored and
akarnokd
committed
8ed6cc1
View commit details
Copy full SHA for 8ed6cc1
View code at this point
Browse repository at this point
Commits on Oct 17, 2019
3.x: Fix window(time) possible interrupts while terminating (#6674)
Show description for c1a919c
akarnokd
authored
c1a919c
View commit details
Copy full SHA for c1a919c
View code at this point
Browse repository at this point
3.x: Fix concurrent clear() calls when fused chains are canceled (#6676)
akarnokd
authored
2f27ea4
View commit details
Copy full SHA for 2f27ea4
View code at this point
Browse repository at this point
Commits on Oct 11, 2019
3.x: Add missing marble diagams to Single (#6668)
akarnokd
authored
e6406b3
View commit details
Copy full SHA for e6406b3
View code at this point
Browse repository at this point
Commits on Oct 5, 2019
3.x: Fix groupBy group emission in some cases (#6664)
Show description for cb7ff83
akarnokd
authored
cb7ff83
View commit details
Copy full SHA for cb7ff83
View code at this point
Browse repository at this point
Commits on Oct 4, 2019
3.x: Multiple empty line detection to ignore whitespace (#6662)
Show description for 877702e
akarnokd
authored
877702e
View commit details
Copy full SHA for 877702e
View code at this point
Browse repository at this point
Commits on Sep 17, 2019
3.x: Fix size+time bound window not creating windows properly (#6652)
akarnokd
authored
6518eb9
View commit details
Copy full SHA for 6518eb9
View code at this point
Browse repository at this point
Commits on Sep 13, 2019
3.x: constrain upstream requests from take (#6569) (#6650)
davidmoten
authored and
akarnokd
committed
0c50f0a
View commit details
Copy full SHA for 0c50f0a
View code at this point
Browse repository at this point
Commits on Sep 12, 2019
3.x: Fix takeLast(time) last events time window calculation. (#6648)
akarnokd
authored
852e052
View commit details
Copy full SHA for 852e052
View code at this point
Browse repository at this point
Commits on Aug 29, 2019
3.x: Fix groupBy not canceling upstream due to group abandonment (#6642)
Show description for 9a36930
akarnokd
authored
9a36930
View commit details
Copy full SHA for 9a36930
View code at this point
Browse repository at this point
Commits on Aug 28, 2019
3.x: Rename combineLatest methods that take an array to combineLatestArray (#6640)
vanniktech
authored and
akarnokd
committed
c9204b5
View commit details
Copy full SHA for c9204b5
View code at this point
Browse repository at this point
3.x: Cleanup addThrowable, "2.x" and null-value error messages (#6639)
akarnokd
authored
a07c45e
View commit details
Copy full SHA for a07c45e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.