UniqueOnMapEntryIterableExtension<K, V> extension

on

Methods

unique() List<MapEntry<K, V>>
Returns only the unique entries in the iterable.
uniqueKeys() List<MapEntry<K, V>>
Returns only the entries with unique keys in the iterable.
uniqueValues() List<MapEntry<K, V>>
Returns only the entries with unique values in the iterable.