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