public interface Future<T>
A simplified Future function results interface.
| Modifier and Type | Method and Description |
|---|---|
T |
await() |
T |
await(long amount,
TimeUnit unit) |
void |
then(Callback<T> callback) |
Copyright © 2025 The Apache Software Foundation. All rights reserved.