Transform an input iterable to an output iterable that applies a transformer callback to each value in the input.
Input values iterable.
Callback to transform input value to output value.
Output values iterable.
Transform an input iterable to an output iterable that applies a transformer callback to each value in the input.