Skip to content

Commit

Permalink
Merge pull request #695 from mP1/feature/ExpressionFunctionParameterV…
Browse files Browse the repository at this point in the history
…aluesFilter-filter-javadoc

ExpressionFunctionParameterValuesFilter.filter javadoc
  • Loading branch information
mP1 authored Dec 6, 2023
2 parents 9decf9e + e1c7452 commit bd44249
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 bd44249

Please sign in to comment.