https://github.com/pakoito/rxerroralgebra
https://github.com/pakoito/rxerroralgebra
android functional-programming java
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pakoito/rxerroralgebra
- Owner: pakoito
- License: other
- Created: 2017-02-17T15:50:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T00:17:05.000Z (over 8 years ago)
- Last Synced: 2025-01-31T07:41:42.056Z (9 months ago)
- Topics: android, functional-programming, java
- Language: Java
- Size: 58.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RxErrorAlgebra
## Rationale
## Usage
## Distribution
Add as a dependency to your `build.gradle`
```groovy
repositories {
...
maven { url "https://jitpack.io" }
...
}
dependencies {
...
compile 'com.github.pakoito:RxErrorAlgebra:1.0.0'
...
}
```
or to your `pom.xml````xml
jitpack.io
https://jitpack.io
com.github.pakoito
RxErrorAlgebra
1.0.0```
## License
Copyright (c) pakoito 2017
The Apache Software License, Version 2.0
See LICENSE.md