Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 727 Bytes

File metadata and controls

20 lines (14 loc) · 727 Bytes

Table of Contents generated with DocToc

RXGo

  • 首先使用Just创建一个仅有若干固定数据的 Observable;
  • 使用Map()方法执行转换(将圆形转为方形);
  • 使用Filter()方法执行过滤(过滤掉黄色的方形)

参考资料

  1. 每日一库rxgo