Interface ChannelListView.ChannelListItemPredicate
-
- All Implemented Interfaces:
public interface ChannelListView.ChannelListItemPredicatePredicate object with a filter condition for ChannelListItem. Used to filter a list of ChannelListItem before applying it to ChannelListView.
-
-
Method Summary
Modifier and Type Method Description abstract Booleanpredicate(ChannelListItem channelListItem)Should return true for items that should be kept after filtering. -
-
Method Detail
-
predicate
abstract Boolean predicate(ChannelListItem channelListItem)
Should return true for items that should be kept after filtering.
-
-
-
-