Class ToInt
java.lang.Object
io.nosqlbench.virtdata.library.basics.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)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.Function
andThen, compose
-
Constructor Details
-
ToInt
public ToInt()
-
-
Method Details
-
apply
public java.lang.Integer apply(java.lang.String input)- Specified by:
applyin interfacejava.util.function.Function<java.lang.String,java.lang.Integer>
-