Class LazyList.CollectList<E>

  • Type Parameters:
    E - the element type
    All Implemented Interfaces:
    java.lang.Iterable<E>, java.util.Collection<E>, java.util.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.