R
- the type of the result of the function@FunctionalInterface public interface ShortFunction<R>
short
-valued argument and produces a
result. This is the short
-consuming primitive specialization for
Function
.Function
Modifier and Type | Method and Description |
---|---|
R |
apply(short value)
Applies this function to the given argument.
|
R apply(short value)
value
- the function argument