ListIdentifiableUtils<T extends Identifiable> extension

on

Methods

containsIdentifiable(Identifiable identifiable) bool

Available on List<T>, provided by the ListIdentifiableUtils extension

Whether the collection contains an element equal to identifiable.
mergeWith(List<T> list, {bool addIfNotExist = true}) List<T>

Available on List<T>, provided by the ListIdentifiableUtils extension

Return a new list with the given list merged into the current list.
removedIdentifiable(Identifiable identifiable) List<T>

Available on List<T>, provided by the ListIdentifiableUtils extension

Return a new list with removed all occurrence of identifiable from this list.