ToMapOnIterableX<K, V> extension

on

Methods

toMap() Map<K, V>

Available on Iterable<MapEntry<K, V>>, provided by the ToMapOnIterableX extension

Converts an iterable of MapEntry to a Map.