android - rxjava中map和flatmap 有什么区别啊
怪我咯
怪我咯 2017-04-18 10:21:30
0
1
1001

rxjava中map和flatmap 有什么区别啊

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(1)
Peter_Zhu

map is to convert the emitting object into another object and emit it.
flatMap is to convert the emitting object into another Observable, and then emit the object emitted by this Observable.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template