BestSolution.at public p2 repository
CellValueMatcherFunction
at.bestsolution.framework.grid.func

Interface CellValueMatcherFunction<R,C,O>

  • Type Parameters:
    R - the row data
    C - the cell value
    O - the filter data
    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 CellValueMatcherFunction<R,C,O>
    Match the cell value against the filter data
    Since:
    1.0
    • Method Detail

      • apply

        boolean apply(R row,
                      C cellValue,
                      O filterData)
        Try to match the cell value
        Parameters:
        row - the row
        cellValue - the cell value
        filterData - the filter data
        Returns:
        true if value matches the filter data