finalizeFunction

fun finalizeFunction(finalizeFunction: String?): MapReduceFlow<T>

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.

See also