Class UnlazyList<A>

All Implemented Interfaces:
LazyList<A>, Iterable<A>, Collection<A>, List<A>

public abstract class UnlazyList<A> extends AbstractLazyList<A>
Technically needed: The type of a lazy list which has already been forced to evaluate all elements.
  • Constructor Details

    • UnlazyList

      public UnlazyList()
  • Method Details