Reactor.Step.Transform (reactor v0.12.1)
View SourceThe 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 thevalue
argument.
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.