mergeMaps

fun <K, V> Provider<List<Map<K, V>>>.mergeMaps(): Provider<Map<K, V>>

Creates and returns a new Provider that merges all Maps obtained from this into a single Map.

The returned provider will only be stored in a WeakReference in the parent provider (this).