typealias ArgsTransformer<ValueT, EachT> = OptionCallTransformContext.(List<ValueT>) -> EachT
A callback that transforms all the values for a call to the call type.
The input list will always have a size equal to nvalues
nvalues