INPUT - type of input of the mapperOUTPUT - type of output of the mapper@FunctionalInterface
public interface ExcelMapper<INPUT,OUTPUT>
extends java.util.function.Function<INPUT,java.util.Collection<OUTPUT>>
| Modifier and Type | Method and Description |
|---|---|
default boolean |
filter(OUTPUT output,
java.util.Collection<ExcelFilter<OUTPUT>> filters)
Allows to filter result of the mapping.
|
default boolean filter(OUTPUT output, java.util.Collection<ExcelFilter<OUTPUT>> filters)
output - single result of the mappingfilters - collection of filtersCopyright © 2018 SAP SE. All Rights Reserved.