public interface TimelineFilter
| Modifier and Type | Method and Description |
|---|---|
List<Tweet> |
filter(List<Tweet> tweets)
Filter tweets from timeline with given set of constraints.
|
int |
totalFilters()
Total count of constraints applied to the timeline.
|