Add map and filter functions on iterator.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 16 Feb 2010 21:11:58 +0000 (22:11 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 16 Feb 2010 21:11:58 +0000 (22:11 +0100)
commit8d37a362f0def3c6cd94f31adab8f2d47a75a28e
tree86586b495c00a451b476e33304fe06b2f4d81700
parent29bd16dff22ad53c92c51e799a1e68dadf9aeff5
Add map and filter functions on iterator.

PlIterator PlIteratorUtils::map(PlIterator $src, $callback);
PlIterator PlIteratorUtils::filter(PlIterator $src, $callback)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
classes/pliteratorutils.php