浏览代码

Documentation for Observable:distinct;

bjorn 10 年之前
父节点
当前提交
b6e5811b3e
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      doc/README.md

+ 10 - 0
doc/README.md

@@ -186,6 +186,16 @@ Returns:
 
 - `Observable`
 
+---
+
+#### `:distinct()`
+
+Returns a new Observable that produces the values from the original with duplicates removed.
+
+Returns:
+
+- `Observable`
+
 # Scheduler
 
 Schedulers manage groups of Observables.