rx/helpers
最新稳定版本:1.0.1
Composer 安装命令:
composer require rx/helpers
包简介
A collection of functions to use with RxPHP
关键字:
README 文档
README
Observable::of(Observable::fromArray([1, 2, 3, 4, 5])) ->filter(\Rx\is(Observable::class)) ->mergeAll() ->filter(\Rx\notEqualTo(2)) ->filter('rx\even') ->reduce('rx\add') ->map(\Rx\p('rx\mult', 3)) ->map(\Rx\p('rx\sub', 2)) ->map(\Rx\p('rx\concatLeft', 'total: ')) ->compose(\Rx\echoFinally('Test ')) ->subscribe(\Rx\echoObserver('Test ')); //Test Next value: total: 10 //Test Complete! //Test Finally!
统计信息
- 总下载量: 164.19k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-09-12