@salesforce/source-deploy-retrieve
    Preparing search index...

    Class LazyCollection<T>

    Type Parameters

    • T

    Hierarchy (View Summary)

    Implements

    • Iterable<T>
    Index
    • USE getIterator() IN METHOD IMPLEMENTATIONS

      This is to support for..of syntax on non-subclass instances of LazyCollection. getIterator() ensures we use [Symbol.iterator] of the subclass if iterable is not set.

      Returns Iterator<T>