This constructor takes a function and returns a Transformer that maps it over the input RDD
This constructor takes a function and returns a Transformer that maps it over the input RDD
input type of the transformer
output type of the transformer
The function to apply to every item in the RDD being transformed
Transformer that applies the given function to all items in the RDD