flatMap (doc-> rx.Observable.just(doc.content())) .map(list-> { someFunction(list); return list; ) .toblocking() .single();.
確定! 回上一頁