Creates a future that is satisfied with void when this future completes. @return the voided future.
()
| 544 | * @return the voided future. |
| 545 | */ |
| 546 | Future<Void> voided(); |
| 547 | |
| 548 | /** |
| 549 | * Delays the result of this future. It method doesn't take in consideration |
no outgoing calls