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 © 2016 The Apache Software Foundation. All rights reserved.