OriginalType - The type of the arguments.ResultType - The type of the results.Function instead@Deprecated
public interface Function<OriginalType,ResultType>
| Modifier and Type | Method and Description |
|---|---|
ResultType |
apply(OriginalType argument)
Deprecated.
Applies this function to the given argument.
|
ResultType apply(OriginalType argument)
argument - The function argument.