Skip to content

Commit edd7719

Browse files
authored
Update collections.md
1 parent c0e6b20 commit edd7719

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

collections.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git 470922e766798ba65da7dd5d2181351524cbcd69
1+
git 4d505faae3a3dcbd4b2931ccae62f905161bedf5
22

33
---
44

@@ -160,6 +160,7 @@ git 470922e766798ba65da7dd5d2181351524cbcd69
160160
- [`partition()`](#method-partition)
161161
- [`pipe()`](#method-pipe)
162162
- [`pipeInto()`](#method-pipeinto)
163+
- [`pipeThrough()`](#method-pipethrough)
163164
- [`pluck()`](#method-pluck)
164165
- [`pop()`](#method-pop)
165166
- [`prepend()`](#method-prepend)
@@ -190,6 +191,7 @@ git 470922e766798ba65da7dd5d2181351524cbcd69
190191
- [`sortDesc()`](#method-sortdesc)
191192
- [`sortKeys()`](#method-sortkeys)
192193
- [`sortKeysDesc()`](#method-sortkeysdesc)
194+
- [`sortKeysUsing()`](#method-sortkeysusing)
193195
- [`splice()`](#method-splice)
194196
- [`split()`](#method-split)
195197
- [`splitIn()`](#method-splitin)
@@ -2612,7 +2614,7 @@ git 470922e766798ba65da7dd5d2181351524cbcd69
26122614
]
26132615
*/
26142616

2615-
<a name="method-union"></a>
2617+
<a name="method-union"></a><a name="method-union"></a>
26162618
#### `union()`
26172619

26182620
Метод `union` добавляет переданный массив в коллекцию. Если переданный массив содержит ключи, которые уже находятся в исходной коллекции, предпочтительнее будут значения исходной коллекции:
@@ -3299,7 +3301,6 @@ git 470922e766798ba65da7dd5d2181351524cbcd69
32993301
- [`partition()`](#method-partition)
33003302
- [`pipe()`](#method-pipe)
33013303
- [`pipeInto()`](#method-pipeinto)
3302-
- [`pipeThrough()`](#method-pipethrough)
33033304
- [`pluck()`](#method-pluck)
33043305
- [`pop()`](#method-pop)
33053306
- [`prepend()`](#method-prepend)
@@ -3326,7 +3327,6 @@ git 470922e766798ba65da7dd5d2181351524cbcd69
33263327
- [`sortDesc()`](#method-sortdesc)
33273328
- [`sortKeys()`](#method-sortkeys)
33283329
- [`sortKeysDesc()`](#method-sortkeysdesc)
3329-
- [`sortKeysUsing()`](#method-sortkeysusing)
33303330
- [`splice()`](#method-splice)
33313331
- [`split()`](#method-split)
33323332
- [`splitIn()`](#method-splitin)

0 commit comments

Comments
 (0)