com-tools
Version:
com-tools 提供了一些通用的工具函数;
52 lines (25 loc) • 670 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [com-tools](./com-tools.md) > [Decide](./com-tools.decide.md) > [then](./com-tools.decide.then.md)
## Decide.then() method
监听决议,当被决议后,会自动回调 cb,并回传最新的 this.value
**Signature:**
```typescript
then(cb: (val: V) => void): void;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
cb
</td><td>
(val: V) => void
</td><td>
</td></tr>
</tbody></table>
**Returns:**
void