Interface ExcelParserMatcher

All Superinterfaces:
Predicate<String>
All Known Implementing Classes:
DateExcelParserMatcher, DefaultExcelParserMatcher
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ExcelParserMatcher extends Predicate<String>
Allows to decide which ImportParameterParser will be chosen.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(String input)
     

    Methods inherited from interface java.util.function.Predicate

    and, negate, or