List_E<T> extension

on

Methods

equalOrdered(List<T> compareTo) bool

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

equalUnordered(List<T> compareTo) bool

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

getNextById<T2>(T2 getId(T item), T2 id) → T?

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

getNextByItem(T item) → T?

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

getNthInRelationToXById<T2>(T2 getId(T item), T2 id, int nth) → T?

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

getNthInRelationToXByItem(T item, int nth) → T?

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

getPreviousById<T2>(T2 getId(T item), T2 id) → T?

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

getPreviousByItem(T item) → T?

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