ReplaySubject <Integer> source = ReplaySubject.create(); // It will get 1, 2, 3, 4 source.subscribe(getFirstObserver()) ...
確定! 回上一頁