项目地址:https://github.com/mcxiaoke/RxDocs,欢迎Star和帮忙改进。
有任何意见或建议,到这里提出Create New Issue
阅读地址
说明
大部分是翻译自ReactiveX.io和RxJava Wiki,修正了原文的一些错误,补充了详细的说明和示例
目录
ReactiveX- 什么是Rx,Rx的理念和优势
Observables- 简要介绍Observable的观察者模型
Single- 一种特殊的只发射单个值的Observable
Subject- Observable和Observer的复合体,也是二者的桥梁
Scheduler- 介绍了各种异步任务调度和默认调度器
All Operators List- 按字母顺序的全部操作符列表
Operators Categories- 按目录分类的主要操作符列表
Creating 创建操作-Create/Defer/From/Just/Start/Repeat/Range
Transforming 变换操作-Buffer/Window/Map/FlatMap/GroupBy/Scan
Filtering 过滤操作-Debounce/Distinct/Filter/Sample/Skip/Take
Combining 结合操作-And/StartWith/Join/Merge/Switch/Zip
Error Handling 错误处理-Catch/Retry
Utility 辅助操作-Delay/Do/ObserveOn/SubscribeOn/Subscribe
Conditional 条件和布尔操作-All/Amb/Contains/SkipUntil/TakeUntil
Mathematical 算术和聚合操作-Average/Concat/Count/Max/Min/Sum/Reduce
Async 异步操作-Start/ToAsync/StartFuture/FromAction/FromCallable/RunAsync
Connect 连接操作-Connect/Publish/RefCount/Replay
Convert 转换操作-ToFuture/ToList/ToIterable/ToMap/toMultiMap
Blocking 阻塞操作-ForEach/First/Last/MostRecent/Next/Single/Latest
String 字符串操作-ByLine/Decode/Encode/From/Join/Split/StringConcat
链接
许可协议
联系方式
Github:https://github.com/mcxiaoke
Email:github@mcxiaoke.com
开源项目
Rx文档中文翻译:https://github.com/mcxiaoke/RxDocs
MQTT协议中文版:https://github.com/mcxiaoke/mqtt
Awesome-Kotlin:https://github.com/mcxiaoke/awesome-kotlin
Kotlin-Koi:https://github.com/mcxiaoke/kotlin-koi
Next公共组件库:https://github.com/mcxiaoke/Android-Next
PackerNg极速打包:https://github.com/mcxiaoke/packer-ng-plugin
Gradle渠道打包:https://github.com/mcxiaoke/gradle-packer-plugin
EventBus实现xBus:https://github.com/mcxiaoke/xBus
蘑菇饭App:https://github.com/mcxiaoke/minicat
网友评论