En RxSwift. network.getToken(apikey) .filter { token in token.isValid } .concatMap { token in self.cache.storeToken(token) }.
確定! 回上一頁