Package io.virtdata.conversions.from_int
Class ToShort
- java.lang.Object
-
- io.virtdata.conversions.from_int.ToShort
-
- All Implemented Interfaces:
java.util.function.IntFunction<java.lang.Short>
public class ToShort extends java.lang.Object implements java.util.function.IntFunction<java.lang.Short>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Shortapply(int input)
-