Filter a stream using a predicate function
1 | stream_filter(stream, predicate)
|
stream |
The stream to be filtered |
predicate |
A function that takes a stream element as an argument, and returns TRUE/FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.