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