ListIdentifiableUtils<T extends Identifiable> extension
- on
-
- List<
T>
- List<
Methods
-
containsIdentifiable(
Identifiable identifiable) → bool -
Available on List<
Whether the collection contains an element equal toT> , provided by the ListIdentifiableUtils extensionidentifiable
. -
mergeWith(
List< T> list, {bool addIfNotExist = true}) → List<T> -
Available on List<
Return a new list with the givenT> , provided by the ListIdentifiableUtils extensionlist
merged into the current list. -
removedIdentifiable(
Identifiable identifiable) → List< T> -
Available on List<
Return a new list with removed all occurrence ofT> , provided by the ListIdentifiableUtils extensionidentifiable
from this list.