Commit History

Author SHA1 Message Date
  Mark Story 4b6a79715d Fix PHPCS error. 10 years ago
  Jose Lorenzo Rodriguez b8d74a00c8 Adding a test for chunking collections with nested elements. 10 years ago
  Jose Lorenzo Rodriguez 68b30d056b Implemented Collection::chunk() 10 years ago
  Mark Story 74452a0b5a Fix isEmpty() consuming data. 10 years ago
  Jose Lorenzo Rodriguez 394e741c5c Making Collection::toArray() drop the keys when dealing with RecursiveIterator 10 years ago
  Yves P c96f30ce7f Issuing a count() on a Collection should throw an exception 10 years ago
  José Lorenzo Rodríguez 8c155ef4be Fixing doc block 10 years ago
  Jose Lorenzo Rodriguez 28fc8cc30b Addinig serializable support for ZipIterator and documenting new functions 10 years ago
  Jose Lorenzo Rodriguez 5ded2c0eed Initial implementation of serializable collections 10 years ago
  Jose Lorenzo Rodriguez d5b06604e7 Renamed {n} to {*} in collections 10 years ago
  Jose Lorenzo Rodriguez faec33eee5 Implemented {n} notation for Collection::extract() 10 years ago
  Jose Lorenzo Rodriguez 74bf9f0656 Cleaning code and adding another test case 10 years ago
  Jose Lorenzo Rodriguez 4761d41897 Naïve version of supporting {n} notation in collection methods 10 years ago
  Jose Lorenzo Rodriguez a340d8b00a Making Collection::sumOf() use an identity by default 10 years ago
  Jose Lorenzo Rodriguez 8540633534 Fixes #6683 10 years ago
  Jose Lorenzo Rodriguez a50ff282f9 Implemented Collection::last() 11 years ago
  Jose Lorenzo Rodriguez 8c10deec57 Implemented Collection::skip() 11 years ago
  Jose Lorenzo Rodriguez c8c60fb36b Implemeting the zipWith() method 11 years ago
  Jose Lorenzo Rodriguez d311596246 Adding more tests and the code 11 years ago
  Jose Lorenzo Rodriguez ac97df1f0a Initial implementation of Collection::zip() 11 years ago
  Jan Sukenik b9cad16252 Added more tests for CollectionTrait::append 11 years ago
  Jose Lorenzo Rodriguez bac36e05d7 Implemented Collection::isEmpty() 11 years ago
  Jose Lorenzo Rodriguez c296a3b91d Fixing regression in SortByIterator, closes #6349 11 years ago
  Mark Scherer eaa9179c36 Add __debugInfo() to Collection. 11 years ago
  Jose Lorenzo Rodriguez 6b034273ce Implementing Collection::through() 11 years ago
  Andreas Kristiansen 50d2c8f703 Initial value for Collection::reduce is now optional 11 years ago
  Adam Taylor 9368c625ef Fix typos 11 years ago
  Jose Lorenzo Rodriguez a70e205fb0 Using _unwrap in all methods where the collection passes itself 11 years ago
  Jose Lorenzo Rodriguez 6b9920d4bf Optimizing Collection::sort() 11 years ago
  Jose Lorenzo Rodriguez 1662f2e302 Implemented Collection::toList() to avoid confusion when getting results 11 years ago