Interface MessageListView.MessageListItemPredicate
-
- All Implemented Interfaces:
public interface MessageListView.MessageListItemPredicatePredicate object with a filter condition for MessageListItem. Used to filter a list of MessageListItem before applying it to MessageListView.
-
-
Method Summary
Modifier and Type Method Description abstract Booleanpredicate(MessageListItem item)-
-
Method Detail
-
predicate
abstract Boolean predicate(MessageListItem item)
-
-
-
-