finalizeFunction

abstract fun finalizeFunction(finalizeFunction: String?): MapReduceFlow<TResult>

Sets the JavaScript function that follows the reduce method and modifies the output.

Return

this

Parameters

finalizeFunction

the JavaScript function that follows the reduce method and modifies the output.