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