File tree
Expand file treeCollapse file tree
3 files changed
+125
-0
lines changedFilter options
- src/Illuminate/Collections
- tests/Support
Expand file treeCollapse file tree
3 files changed
+125
-0
lines changedsrc/Illuminate/Collections/LazyCollection.php
Copy file name to clipboardExpand all lines: src/Illuminate/Collections/LazyCollection.php+50Lines changed: 50 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1570 | 1570 |
|
1571 | 1571 |
|
1572 | 1572 |
|
| 1573 | + |
| 1574 | + |
| 1575 | + |
| 1576 | + |
| 1577 | + |
| 1578 | + |
| 1579 | + |
| 1580 | + |
| 1581 | + |
| 1582 | + |
| 1583 | + |
| 1584 | + |
| 1585 | + |
| 1586 | + |
| 1587 | + |
| 1588 | + |
| 1589 | + |
| 1590 | + |
| 1591 | + |
| 1592 | + |
| 1593 | + |
| 1594 | + |
1573 | 1595 |
|
1574 | 1596 |
|
1575 | 1597 |
|
| ||
1781 | 1803 |
|
1782 | 1804 |
|
1783 | 1805 |
|
| 1806 | + |
| 1807 | + |
| 1808 | + |
| 1809 | + |
| 1810 | + |
| 1811 | + |
| 1812 | + |
| 1813 | + |
| 1814 | + |
| 1815 | + |
| 1816 | + |
| 1817 | + |
| 1818 | + |
| 1819 | + |
| 1820 | + |
| 1821 | + |
| 1822 | + |
| 1823 | + |
| 1824 | + |
| 1825 | + |
| 1826 | + |
| 1827 | + |
| 1828 | + |
| 1829 | + |
| 1830 | + |
| 1831 | + |
| 1832 | + |
| 1833 | + |
1784 | 1834 |
|
tests/Support/SupportLazyCollectionIsLazyTest.php
Copy file name to clipboardExpand all lines: tests/Support/SupportLazyCollectionIsLazyTest.php+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
| ||
1370 | 1371 |
|
1371 | 1372 |
|
1372 | 1373 |
|
| 1374 | + |
| 1375 | + |
| 1376 | + |
| 1377 | + |
| 1378 | + |
| 1379 | + |
| 1380 | + |
| 1381 | + |
| 1382 | + |
| 1383 | + |
| 1384 | + |
| 1385 | + |
| 1386 | + |
| 1387 | + |
| 1388 | + |
| 1389 | + |
| 1390 | + |
| 1391 | + |
| 1392 | + |
1373 | 1393 |
|
1374 | 1394 |
|
1375 | 1395 |
|
|
tests/Support/SupportLazyCollectionTest.php
Copy file name to clipboardExpand all lines: tests/Support/SupportLazyCollectionTest.php+55Lines changed: 55 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
| 6 | + |
5 | 7 |
|
6 | 8 |
|
7 | 9 |
|
| 10 | + |
8 | 11 |
|
9 | 12 |
|
10 | 13 |
|
| ||
223 | 226 |
|
224 | 227 |
|
225 | 228 |
|
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
226 | 281 |
|
227 | 282 |
|
228 | 283 |
|
|
0 commit comments