public interface LazyList<A> extends List<A>
Modifier and Type | Method and Description |
---|---|
UnlazyList<A> |
force() |
A |
getHead() |
LazyList<A> |
getTail() |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
A getHead()
UnlazyList<A> force()
see also the complete user documentation .