View Source Reactor.Step.Transform (reactor v0.8.0)
The built-in step for executing input and argument transformations.
Expects a single argument named value which contains the value to be
transformed.
Options
fun- a one or two arity function or MFA to use to modify thevalueargument.
Tip
This step is emitted by the builder when an argument needs to be transformed before being passed into a step.
Most likely you will never need to use this step directly.