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

Interface ExportValueFunction<R,C>

  • Type Parameters:
    R - the row type
    C - the cell value type
    All Known Implementing Classes:
    DefaultExportValueFunction
    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 ExportValueFunction<R,C>
    Converts the cell value into an export value
    Since:
    1.0
    • Method Detail

      • apply

        @Nullable java.lang.Object apply(R row,
                                         C cellValue)
        Apply the function on the value
        Parameters:
        row - the row
        cellValue - the cell
        Returns:
        the value to present in the UI