@FunctionalInterface public interface MethodFilterOnFirstArg<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
ignoreMethodBasedOnFirstArg(String methodName,
T firstArg)
For multi-argument method calls, this gives the option to not read the rest of the arguments and ignore the method
|
boolean ignoreMethodBasedOnFirstArg(String methodName, T firstArg)
methodName - name of the methodfirstArg - the first argument which can be used for filteringCopyright © 2019. All rights reserved.