https://github.com/rh-id/rx-utils
RxJava extra utilities
https://github.com/rh-id/rx-utils
library rx rxjava utility utils
Last synced: 10 months ago
JSON representation
RxJava extra utilities
- Host: GitHub
- URL: https://github.com/rh-id/rx-utils
- Owner: rh-id
- License: mit
- Created: 2022-04-30T05:15:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T02:21:03.000Z (over 1 year ago)
- Last Synced: 2025-01-11T18:31:04.226Z (over 1 year ago)
- Topics: library, rx, rxjava, utility, utils
- Language: Java
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rx-utils





This project support jitpack, in order to use this, you need to add jitpack to your project root build.gradle:
```
allprojects {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
```
Include this to your module dependency (module build.gradle)
```
dependencies {
implementation 'com.github.rh-id:rx-utils:v0.0.1'
}
```
## Support this project
Consider donation to support this project