そんなときはRxJavaの Completable を使おう。 private void process() { connectAsync() .andThen(task1()) .andThen(task2()) .subscribe(() ...
確定! 回上一頁