From db857765025051fe80f1264880cf437afdc3909c Mon Sep 17 00:00:00 2001 From: Zhang Date: Thu, 28 Jan 2016 14:30:12 +0800 Subject: [PATCH] Update Rxjava.md --- R/Rxjava.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/R/Rxjava.md b/R/Rxjava.md index 92af542..3349ecc 100644 --- a/R/Rxjava.md +++ b/R/Rxjava.md @@ -10,3 +10,11 @@ [NotRxJava懒人专用指南](http://www.devtf.cn/?p=323) 知道RxJava如何使用,知道为何这么使用?那就那看这篇文章吧!从最简单的例子开始,一步步向RxJava迈进。(PS:最好原链接和译文一起阅读,译文中有些地方翻译错误) + +## 进阶篇 + +[RxJava’s Side Effect Methods](http://www.grokkingandroid.com/rxjavas-side-effect-methods/) + +> But there are other methods, that do not change the stream of items in any way – I call those methods side effect methods. + +如何在不影响“流”的前提下,进行其他操作呢?