@FunctionalInterface public static interface MethodInfoList.MethodInfoFilter
MethodInfoList using a predicate mapping an MethodInfo object to a boolean,
producing another MethodInfoList for all items in the list for which the predicate is true.| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(MethodInfo methodInfo)
Whether or not to allow an
MethodInfo list item through the filter. |
boolean accept(MethodInfo methodInfo)
MethodInfo list item through the filter.methodInfo - The MethodInfo item to filter.Copyright © 2021. All rights reserved.