Class ToShort
- java.lang.Object
-
- io.virtdata.conversions.from_long.ToShort
-
- All Implemented Interfaces:
java.util.function.LongFunction<java.lang.Short>
public class ToShort extends java.lang.Object implements java.util.function.LongFunction<java.lang.Short>Convert the input value to a short.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Shortapply(long input)
-