MergeNormalization

Constructors

Link copied to clipboard
constructor(stepMergers: List<StepsMergerCoordinator>)

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Functions

Link copied to clipboard

When using the Map version of the normalizer, it is necessary to end up with Map instead of Map> so if some list contains more than one item, this means that some incorrect merge was made. No elements that can't be merged should be together. This normalizer removes the elements that could not be merged.