public static interface IItemAdapter.Predicate<Item extends IItem>
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(Item item,
java.lang.CharSequence constraint) |
boolean filter(Item item, java.lang.CharSequence constraint)
item - the item which is checked if it should get filteredconstraint - the string constraint used to filter items away