Lines Matching refs:allows
73 `Hoa\Iterator\Aggregate` allows a class to use an external iterator through the
100 `Hoa\Iterator\Map` allows to iterate an array. It extends
118 `Hoa\Iterator\Filter` and `Hoa\Iterator\CallbackFilter` allows to filter the
141 Also, `Hoa\Iterator\RegularExpression` allows to filter based on a regular
146 `Hoa\Iterator\Limit` allows to iterate *n* elements of an iterator starting from
164 `Hoa\Iterator\Infinite` allows to iterate over and over again the same iterator.
186 `Hoa\Iterator\Repeater` allows to repeat an iterator *n* times.
229 `Hoa\Iterator\Append` allows to iterate over iterators one after another. It
251 `Hoa\Iterator\Multiple` allows to iterate over several iterator at the same
337 Also, the `Hoa\Iterator\Glob` allows to iterator with the glob strategy. It
357 `Hoa\Iterator\Lookahead` allows to look ahead for the next element:
383 The `Hoa\Iterator\Lookbehind` also exists and allows to look behind for the
388 `Hoa\Iterator\Buffer` allows to move forward as usual but also backward up to a
421 `Hoa\Iterator\CallbackGenerator` allows to transform any callable into an