Interface ExcelMapper<INPUT,​OUTPUT>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default boolean filter​(OUTPUT output, java.util.Collection<ExcelFilter<OUTPUT>> filters)
      Allows to filter result of the mapping.
      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose
    • Method Detail

      • filter

        default boolean filter​(OUTPUT output,
                               java.util.Collection<ExcelFilter<OUTPUT>> filters)
        Allows to filter result of the mapping.
        Parameters:
        output - single result of the mapping
        filters - collection of filters
        Returns:
        whether the given value meets the filter criteria or not