R - the type of the result of the function@FunctionalInterface public interface IShortFunction<R> extends Serializable
short-consuming primitive specialization for
Function.
This is a functional interface whose functional method is
apply(short).
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 argumentCopyright © 2014–2020 Philip Helger. All rights reserved.