The current index of the iterable.
Return a collection of all items in this iterable.
Promise
Chunk the iterable into the given size and call the callback passing the chunk along.
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>
Reset the iterable to the first index.
Promise
Advance the iterable to the given index.
Promise
Set the container for this instance.
extollo (v. latin) - to lift up, to elevate
Extollo is a free & libre application framework in TypeScript.
A basic Iterable implementation that uses an array as a backend.