Iterator that wraps a LaraIterator and implements the JS iterator interface.

This class is not a true iterable object. Use the native JS implementations instead. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators

Type Parameters

  • T

Constructors

Properties

Methods

Constructors

Properties

laraIterator: laraIterator<T>

Methods