Runs r when this future completes. @param r the Runnable to be executed. @return a future that completes with the result of this after r is executed.
(Runnable r)
| 453 | * executed. |
| 454 | */ |
| 455 | Future<T> ensure(Runnable r); |
| 456 | |
| 457 | /** |
| 458 | * Executes the Consumer if this future completes successfully. |
no outgoing calls