Skip to content

Commit

Permalink
IStringExpression.requiresParameter
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Apr 23, 2017
1 parent 5ad454f commit 1079ce7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ default Class<String> getValueClass()

@Override
Set<String> getParameters();

default boolean requiresParameter(final String parameterName)
{
return getParameters().contains(parameterName);
}

@Override
default boolean isNoResult(final Object result)
Expand Down

0 comments on commit 1079ce7

Please sign in to comment.