Skip to content

Commit

Permalink
ExpressionFunctionParameterValuesMapper.mapper javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mP1 committed Dec 6, 2023
1 parent de45d06 commit ef59c23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public ExpressionFunction<T, C> mapParameterValues(final BiFunction<List<Object>
}

/**
* The namedFunction that preprocesses parameters before calling the wrapped namedFunction
* The {@link BiFunction} that is used to pre-process all parameter values before the wrapped {@link ExpressionFunction} is executed.
*/
private final BiFunction<List<Object>, C, List<Object>> mapper;

Expand Down

0 comments on commit ef59c23

Please sign in to comment.