Constructor
new SimpleTransformIterator(sourceopt, optionsopt)
Creates a new SimpleTransformIterator
.
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
source |
module:asynciterator.AsyncIterator | Readable |
<optional> |
The source this iterator generates items from |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
options |
object | function |
<optional> |
Settings of the iterator, or the transformation function Properties
|
Extends
- module:asynciterator.TransformIterator