Class ToShort
- java.lang.Object
-
- io.virtdata.libbasics.shared.conversions.from_string.ToShort
-
- All Implemented Interfaces:
java.util.function.Function<java.lang.String,java.lang.Short>
public class ToShort extends java.lang.Object implements java.util.function.Function<java.lang.String,java.lang.Short>
-
-
Constructor Summary
Constructors Constructor Description ToShort()
-
Method Summary
Modifier and Type Method Description java.lang.Shortapply(java.lang.String input)
-