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