You can use scan to manage your state: var filtered = obs.scan({}, function (acc, value) { if (acc.value !== undefined) { var threshold ...
確定! 回上一頁