public class TwitterStatusAsUSMFStatusPair extends Object implements Function<twitter4j.Status,IndependentPair<twitter4j.Status,USMFStatus>>
| Constructor and Description |
|---|
TwitterStatusAsUSMFStatusPair() |
| Modifier and Type | Method and Description |
|---|---|
IndependentPair<twitter4j.Status,USMFStatus> |
apply(twitter4j.Status sstatus)
Apply the function to the input argument and return the result.
|
public TwitterStatusAsUSMFStatusPair()
public IndependentPair<twitter4j.Status,USMFStatus> apply(twitter4j.Status sstatus)
Functionapply in interface Function<twitter4j.Status,IndependentPair<twitter4j.Status,USMFStatus>>sstatus - the input object