UniqueOnMapEntryIterableX<K, V> extension
Methods
-
uniqueEntries(
) → List< MapEntry< K, V> > -
Available on Iterable<
Returns only the unique entries in the iterable.MapEntry< , provided by the UniqueOnMapEntryIterableX extensionK, V> > -
uniqueKeys(
) → List< MapEntry< K, V> > -
Available on Iterable<
Returns only the entries with unique keys in the iterable.MapEntry< , provided by the UniqueOnMapEntryIterableX extensionK, V> > -
uniqueValues(
) → List< MapEntry< K, V> > -
Available on Iterable<
Returns only the entries with unique values in the iterable.MapEntry< , provided by the UniqueOnMapEntryIterableX extensionK, V> >