onComplete

Invoked after parameterize has finished iterating, enabling the final results to be handled.

Note: The default onFailure handler prevents onComplete from executing when there is a failure, immediately throwing instead of continuing and tracking failures to be handled here.

Defaults to:

onComplete = {
if (failureCount 0) throw ParameterizeFailedError()
}