UniqueOnMapEntryIterableX<K, V> extension

on

Methods

uniqueEntries() List<MapEntry<K, V>>

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

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

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

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

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

Returns only the entries with unique values in the iterable.