美文网首页
Bolts中continueWith和continueWithT

Bolts中continueWith和continueWithT

作者: xinguoshui | 来源:发表于2020-02-07 13:47 被阅读0次

    参考文章:
    https://yongjhih.gitbooks.io/feed/bolts-android.html
    https://wangchao.im/2016/09/07/android-bolts-analyze/

    continueWith相当于RxJava的map,返回的是Task的result object。
    continueWithTask相当于RxJava的flatMap,返回的是新的Task。

    map返回的是结果集,flatmap返回的是包含结果集的Observable(返回结果不同)
    https://www.jianshu.com/p/c820afafd94b

    相关文章

      网友评论

          本文标题:Bolts中continueWith和continueWithT

          本文链接:https://www.haomeiwen.com/subject/goumxhtx.html