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