Interface FilterListModel<T>

Type Parameters:
T - the item type
All Superinterfaces:
FilterModel<T>, ListModel<T>

public interface FilterListModel<T> extends ListModel<T>, FilterModel<T>

A ListModel based on FilterModel.

For instances use filterListModel() or builder().

See Also: