public class ResultNow<T> extends Object implements Result<T>, Serializable
Modifier and Type | Method and Description |
---|---|
T |
now()
Waits if necessary for the computation to complete, and then retrieves
its result.
|
String |
toString() |
Copyright © 2019. All rights reserved.