pluto_filtered_list library

Classes

AbstractFilteredList<E>
Properties and methods extended to List.
FilteredList<E>
An extension class of List that applies a filter to a List and can access, modify, or delete the list in that state.

Typedefs

FilteredListFilter<E> = bool Function(E element)
Callback function to set in setFilter.