Skip to content

Commit

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

/**
* The namedFunction that preprocesses parameters before calling the wrapped namedFunction
* A {@link BiPredicate} that is used to filter parameter values during the prepare parameters phase before the actual wrapped {@link ExpressionFunction} is executed.
*/
private final BiPredicate<Object, C> filter;

Expand Down

0 comments on commit e1c7452

Please sign in to comment.