MapExtensions<K, V> extension
- on
-
- Map<
K, V>
- Map<
Methods
-
toList<
T> (T mapFunction(K key, V value)) → List< T> -
Available on Map<
Function to convert the map into a ListK, V> , provided by the MapExtensions extension. Takes a function as parameter that defines how the key and value are mapped into T