Interface ExcelParserSplitter

All Superinterfaces:
Function<String,String[]>
All Known Implementing Classes:
DateExcelParserSplitter, DefaultExcelParserSplitter, UnitExcelParserSplitter
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 ExcelParserSplitter extends Function<String,String[]>
Allows to split input to array of the elements
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(String input)
     

    Methods inherited from interface java.util.function.Function

    andThen, compose