public class HashTagMatch extends Object implements MultiFunction<twitter4j.Status,Context>
| Modifier and Type | Field and Description |
|---|---|
static String |
HASHTAG_KEY |
| Constructor and Description |
|---|
HashTagMatch(String[] hashtags) |
| Modifier and Type | Method and Description |
|---|---|
List<Context> |
apply(twitter4j.Status in)
Apply the function to the input argument and return the result(s).
|
public static final String HASHTAG_KEY
public HashTagMatch(String[] hashtags)
public List<Context> apply(twitter4j.Status in)
MultiFunctionapply in interface MultiFunction<twitter4j.Status,Context>in - the input object