ListIdentifiableUtils<T extends Identifiable> extension

on

Methods

containsIdentifiable(Identifiable identifiable) bool
Whether the collection contains an element equal to identifiable.
mergeWith(List<T> list, {bool addIfNotExist = true}) List<T>
Return a new list with the given list merged into the current list.
removedIdentifiable(Identifiable identifiable) List<T>
Return a new list with removed all occurrence of identifiable from this list.