Alexandros Solanos
|
22b72f03a2
Fix logical operators
|
9 years ago |
Alexandros Solanos
|
ec02c023ed
Add cartesianProduct to Collection
|
9 years ago |
Daren Sipes
|
3ba4187971
PSR Fix adding blank line before return.
|
9 years ago |
Daren Sipes
|
d51cfad6b5
Adding `$nestingKey` to Collection nest method, with tests.
|
9 years ago |
antograssiot
|
3bfa33bc47
fix CS
|
9 years ago |
antograssiot
|
141862cde4
Merge branch 'master' into 3.next
|
9 years ago |
ADmad
|
855c4d114b
Fix CS error.
|
9 years ago |
Mark Story
|
2f4f4338b7
Clean up Collection::transpose().
|
9 years ago |
Xu Ding
|
9114949b48
Add Collection::transpose method (#8957)
|
9 years ago |
Marc Würth
|
7439dbc213
Add space before operators
|
9 years ago |
ADmad
|
44bb3245d4
Collection::every() should return false for empty collection.
|
10 years ago |
Jose Lorenzo Rodriguez
|
18bc7b5b1b
Using map() instead of unfold() in Collection::chunk() as it is faster
|
10 years ago |
Jose Lorenzo Rodriguez
|
68b30d056b
Implemented Collection::chunk()
|
10 years ago |
Jose Lorenzo Rodriguez
|
a5a22bd7a3
A different fix for #7649
|
10 years ago |
Mark Story
|
74452a0b5a
Fix isEmpty() consuming data.
|
10 years ago |
Mark Story
|
0043d2f482
Add a clarifying comment.
|
10 years ago |
Jose Lorenzo Rodriguez
|
394e741c5c
Making Collection::toArray() drop the keys when dealing with RecursiveIterator
|
10 years ago |
Mark Scherer
|
781fa5ee2d
Cleanup return types.
|
10 years ago |
ndm2
|
c8d3974a48
Always import classes.
|
10 years ago |
Bryan Crowe
|
34cc144e5a
Remove unused use statements
|
10 years ago |
antograssiot
|
150be2d7b5
add missing use statement
|
10 years ago |
antograssiot
|
0dbe486f5c
don't modify args before calling `func_get_args()`
|
10 years ago |
Jose Lorenzo Rodriguez
|
d5b06604e7
Renamed {n} to {*} in collections
|
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
|
663c965095
Fixed CS
|
11 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
|
5cf8c01ce9
Removing extra line
|
11 years ago |