A Transformer is a function that takes one stream and returns another, possibly one that produces data of a different type. Most operator functions return a transformer, allowing them to be combined via pipe().
Transformer
A
Transformer
is a function that takes one stream and returns another, possibly one that produces data of a different type. Most operator functions return a transformer, allowing them to be combined via pipe().