qtpromise/tests
Simon Brunel 4fa7a37750 Implement QPromise<Sequence<T>>::filter(filterer)
Add a new method that iterates over all the promise values (i.e. `Sequence<T>`) and filters the sequence to another using the given `filterer` function. If `filterer` returns `true`, a copy of the item is put in the `output` sequence, otherwise, the item will not appear in `output`. Also provide a static helper to directly filter values (`QtPromise::filter(values, filterer)`).
2018-05-30 18:52:53 +02:00
..
auto Implement QPromise<Sequence<T>>::filter(filterer) 2018-05-30 18:52:53 +02:00
tests.pro Initial implementation 2017-05-14 19:03:01 +02:00