We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0cf09 commit 0625b92Copy full SHA for 0625b92
operators/Mathematical-and-Aggregate-Operators.md
@@ -17,7 +17,7 @@
17
#### 其它聚合操作符
18
* [**`concat( )`**](Mathematical.md#Concat) — 顺序连接多个Observables
19
* [**`count( )` and `countLong( )`**](Mathematical.md#Count) — 计算数据项的个数并发射结果
20
-* [**`reduce( )`**](Mathematical.md#Reduce) — 对序列使用reduce()函数并发射对吼的结果
+* [**`reduce( )`**](Mathematical.md#Reduce) — 对序列使用reduce()函数并发射最终的结果
21
* [**`collect( )`**](Mathematical.md#Reduce) — 将原始Observable发射的数据放到一个单一的可变的数据结构中,然后返回一个发射这个数据结构的Observable
22
* [**`toList( )`**](To.md) — 收集原始Observable发射的所有数据到一个列表,然后返回这个列表
23
* [**`toSortedList( )`**](To.md) — 收集原始Observable发射的所有数据到一个有序列表,然后返回这个列表
0 commit comments