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