Merger
class Merger<Type : Any>(transformationContractList: List<Merger.MergerContract<Type>>) : Transformer<Type>
Merger transforms multiple Type values into single instance being emitted.
Parameters
transformationContractList
is list of separation transformations Contracts
See also
Functions
Link copied to clipboard
Merger's implementation which merges values into one if it meets shouldBeMerged and getTransformationContract