Browse Source

Documentation for Observable:distinct;

bjorn 10 years ago
parent
commit
b6e5811b3e
1 changed files with 10 additions and 0 deletions
  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.