Android代码-RxRelay

时间:2022-08-26 21:20:59
【文件属性】:
文件名称:Android代码-RxRelay
文件大小:41KB
文件格式:ZIP
更新时间:2022-08-26 21:20:59
Android代码 RxRelay Relays are RxJava types which are both an Observable and a Consumer. Basically: A Subject except without the ability to call onComplete or onError. Subjects are useful to bridge the gap between non-Rx APIs. However, they are stateful in a damaging way: when they receive an onComplete or onError they no longer become usable for moving data. This is the observable contract and sometimes it is the desired behavior. Most times it is not. Relays are simply Subjects without the aforementioned
【文件预览】:
RxRelay-master
----.travis.yml(2KB)
----pom.xml(3KB)
----deploy_javadoc.sh(845B)
----.buildscript()
--------settings.xml(221B)
--------deploy_snapshot.sh(1012B)
----src()
--------test()
--------main()
----.gitignore(180B)
----CHANGELOG.md(934B)
----README.md(4KB)
----LICENSE.txt(11KB)

网友评论