Interface PersistedList<T>

All Superinterfaces:
Collection<T>, Iterable<T>, List<T>

public interface PersistedList<T> extends List<T>
List that has been persisted in the project. The methods of this list operate on the underlying persisted data.