open static fun <V : Any> forValue(value: V): ListenableFuture<V>
Create a new async result which exposes the given value from Future#get().
Future#get()
value - the value to expose
value
Since 4.2
See Also Future#get()