Skip to content

Commit

Permalink
Update TableBuilderAbstract docs
Browse files Browse the repository at this point in the history
Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
  • Loading branch information
manoelcampos committed Nov 16, 2022
1 parent f6e1dc1 commit 5b8877c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ protected void addDataToRow(final T object, final List<Object> row) {
* @param col column to add a data function
* @param dataFunction a function that receives an object T and returns the data to be printed from that object.
* @return
* @see #colsDataFunctions
*/
protected TableBuilderAbstract<T> addColDataFunction(final TableColumn col, final Function<T, Object> dataFunction){
colsDataFunctions.put(requireNonNull(col), requireNonNull(dataFunction));
Expand Down

0 comments on commit 5b8877c

Please sign in to comment.