> For the complete documentation index, see [llms.txt](https://3440217568.gitbook.io/rxswift/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://3440217568.gitbook.io/rxswift/decision_tree/debounce.md).

# debounce

**过滤掉高频产生的元素**

![](/files/-MWlwMPg_weu-yMzcKGw)

**debounce** 操作符将发出这种元素，在 `Observable` 产生这种元素后，一段时间内没有新元素产生。
