> 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/single.md).

# single

**限制 `Observable` 只有一个元素，否出发出一个 `error` 事件**

![](/files/-MWlwSCQzlyPOQy7LKF-)

**single** 操作符将限制 `Observable` 只产生一个元素。如果 `Observable` 只有一个元素，它将镜像这个 `Observable` 。如果 `Observable` 没有元素或者元素数量大于一，它将产生一个 `error` 事件。
