MapExtensions<K, V> extension

on

Methods

toList<T>(T mapFunction(K key, V value)) List<T>

Available on Map<K, V>, provided by the MapExtensions extension

Function to convert the map into a List. Takes a function as parameter that defines how the key and value are mapped into T