Package live

Interface LiveList<T>

All Superinterfaces:
AutoCloseable, Iterable<T>
All Known Subinterfaces:
MutableLiveList<T>
All Known Implementing Classes:
LiveArrayList, LiveConcatList, LiveEmptyList, LiveMappedList, LivePrefixedList, SortedLiveList

public interface LiveList<T> extends AutoCloseable, Iterable<T>