Commit c50669560ee5a75b24e5b8529f1c22c15a4da0fc
doc filterNot
Dominic Tarr committed on 4/15/2013, 11:18:25 PMParent: 586986aca4762756cb3a681e23f4ea82efdb0834
Files changed
docs/throughs.md | changed |
docs/throughs.md | ||
---|---|---|
@@ -46,8 +46,13 @@ | ||
46 | 46 | like `[].filter(function (data) {return true || false})` |
47 | 47 | only `data` where `test(data) == true` are let through |
48 | 48 | to the next stream. |
49 | 49 | |
50 | + | |
51 | +## filterNot (test) | |
52 | + | |
53 | +like filter, but remove items where the filter returns true. | |
54 | + | |
50 | 55 | ## unique (prop) |
51 | 56 | |
52 | 57 | Filter items that have a repeated value for `prop()`, |
53 | 58 | by default, `prop = function (it) {return it }`, if prop is a string, |
Built with git-ssb-web