T - Result typepublic interface Short2ObjFunction<T> extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| T | apply(short input)Returns the result of applying this function to given  input. | 
T apply(short input)
input.
 The returned object may or may not be a new instance,
 depending on the implementation.input - inputCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.