FutureMap<K, V> extension
Provides a wait extension property on a Map with Future values.
Properties
-
wait
→ Future<Map<K, V>>
-
Available on Map<K, Future<V>>,
provided by the FutureMap extension
Creates a Map<K, V>
from a Map<K, Future<V>>
.
no setter