The current index of the iterable.
Return a collection of all items in this iterable.
Promise
Get the item of this iterable at the given index, if one exists.
Promise<any|undefined>
Chunk the iterable into the given size and call the callback passing the chunk along.
Promise
Get a copy of this iterable.
Iterable
Count the number of items in this collection.
Promise
Get the container for this instance.
Instantiate a new injectable using the container.
Advance to the next value of this iterable.
Promise
Peek at the next value of the iterable, without advancing.
Promise<any|undefined>
Get the collection of items in the given range of this iterable.
Promise
Reset the iterable to the first index.
Promise
Advance the iterable to the given index.
Promise
extollo (v. latin) - to lift up, to elevate
Extollo is a free & libre application framework in TypeScript.
Abstract class representing an iterable, lazy-loaded dataset.