Class JoinMapper<INPUT,ATTRIBUTE extends ExcelAttribute>

java.lang.Object
com.hybris.backoffice.excel.template.mapper.JoinMapper<INPUT,ATTRIBUTE>
Type Parameters:
INPUT - type of input of the mapper
ATTRIBUTE - type of output of the mapper
All Implemented Interfaces:
ExcelMapper<INPUT,ATTRIBUTE>, Function<INPUT,Collection<ATTRIBUTE>>

public class JoinMapper<INPUT,ATTRIBUTE extends ExcelAttribute> extends Object implements ExcelMapper<INPUT,ATTRIBUTE>
Join results of two mappers and return union collections.