http://reactivex.io

The Observer pattern done right

ReactiveX is a combination of the best ideas from

the Observer pattern, the Iterator pattern, and functional programming

https://hub.packtpub.com/reactive-programming-swift/

RxSwift

RxSwift extends the Observer pattern to simulate asynchronous streams of data flowing out of your Cocoa Touch objects as if they were typical collections. By extending some of Cocoa Touch’s classes with observable streams, you are able to subscribe to their output and use them with composable operations, such as filter(), merge(), map(), reduce(), and others.

RxSwift Operators

https://hub.packtpub.com/rxswift-operators/

RxSwift For Dummies

最新文章

  1. 云计算之路-阿里云上:RDS用户的烦恼
  2. 洛谷 P1305 新二叉树 Label:字符串的输出总是有惊喜
  3. Dedecms 首页调用副栏目内容方法
  4. MyContentProvider
  5. 深入学习Android有关网络连接的内容
  6. [AngularJS] ngCloak
  7. 如何解决jenkins中shell脚本明明执行失败却不自行退出,且构建结果仍然显示success的问题??
  8. freemarker list (长度,遍历,下标,嵌套,排序)
  9. COJ 2106 road
  10. C primer plus 读书笔记第八章
  11. Difference between <? super T> and <? extends T> in Java
  12. “this kernel requires an x86-64 CPU, but only detects an i686 CPU, unable to boot” 问题解决
  13. Java反射-修改private final成员变量值,你知道多少?
  14. bzoj3237 cdq分治+可撤销并查集
  15. 『TensorFlow』读书笔记_Word2Vec
  16. str 转 md5
  17. Java多线程学习(吐血超详细总结)(转)
  18. node+koa中转层开发实践总结
  19. QuantLib 金融计算——数学工具之求解器
  20. java spring-WebSocket json参数传递与接收

热门文章

  1. [luogu3231 HNOI2013] 消毒 (二分图最小点覆盖)
  2. 【ownCloud】添加信任域
  3. mysql 基础教程
  4. mysql中的高级查询语句
  5. MS SQL 迁移数据库文件
  6. hdu 1250 简单大整数加法
  7. Mac上搭建android环境:Android Studio+GreenVPN
  8. 二维数组+字符串split+Double包装类 例题
  9. 杂项:Kafka
  10. Java-Zipkin:Zipkin 介绍