Class LazyList.CollectList<E>

Type Parameters:
E - the element type
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, org.eclipse.emf.common.util.EList<E>
Enclosing class:
LazyList<E>

public static class LazyList.CollectList<E> extends LazyList<E>
LazyList that implements the LazyList.collect(CodeBlock) function.