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