public class TwitterPredicateFunction extends Object implements Predicate<USMFStatus>
List of USMFStatus instances, create a new
List containing only those which pass the
TwitterPredicateFunction functions specified| Constructor and Description |
|---|
TwitterPredicateFunction(TwitterPreprocessingPredicate... filters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(USMFStatus object)
Tests whether a specific object passes some criteria.
|
public TwitterPredicateFunction(TwitterPreprocessingPredicate... filters)
filters - public boolean test(USMFStatus object)
Predicatetest in interface Predicate<USMFStatus>object - the object being tested.