Class JoinMapper<INPUT,​ATTRIBUTE extends ExcelAttribute>

  • Type Parameters:
    INPUT - type of input of the mapper
    ATTRIBUTE - type of output of the mapper
    All Implemented Interfaces:
    ExcelMapper<INPUT,​ATTRIBUTE>, java.util.function.Function<INPUT,​java.util.Collection<ATTRIBUTE>>

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