finalize Function
abstract fun finalizeFunction(finalizeFunction: String?): MapReduceFlow<TResult>
Content copied to clipboard
Sets the JavaScript function that follows the reduce method and modifies the output.
Return
this
Parameters
finalize Function
the JavaScript function that follows the reduce method and modifies the output.