ChannelListItemPredicate

Predicate object with a filter condition for ChannelListItem. Used to filter a list of ChannelListItem before applying it to ChannelListView.

Functions

Link copied to clipboard
abstract fun predicate(channelListItem: ChannelListItem): Boolean

Should return true for items that should be kept after filtering.