RxJS. clickObservable .filter(isGood) .map(toThing) .flatMap(saveThing(apiService)) .delay(100) .subscribe(setThing). // Ramda. R.pipe(.
確定! 回上一頁