Class ToInt
- java.lang.Object
-
- io.virtdata.conversions.from_long.ToInt
-
- All Implemented Interfaces:
java.util.function.LongToIntFunction
public class ToInt extends java.lang.Object implements java.util.function.LongToIntFunctionConvert the input value to a long.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intapplyAsInt(long input)
-