For the complete documentation index, see llms.txt. This page is also available as Markdown.

just

创建 Observable 发出唯一的一个元素

just 操作符将某一个元素转换为 Observable

演示

一个序列只有唯一的元素 0

它相当于:

Last updated