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