java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.conversions.from_float.ToLong
- All Implemented Interfaces:
java.util.function.Function<java.lang.Float,java.lang.Long>
public class ToLong
extends java.lang.Object
implements java.util.function.Function<java.lang.Float,java.lang.Long>
-
Constructor Summary
Constructors
| Constructor |
Description |
ToLong() |
|
ToLong(long scale) |
|
-
Method Summary
| Modifier and Type |
Method |
Description |
java.lang.Long |
apply(java.lang.Float input) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.Function
andThen, compose
-
Constructor Details
-
public ToLong(long scale)
-
-
Method Details
-
public java.lang.Long apply(java.lang.Float input)
- Specified by:
apply in interface java.util.function.Function<java.lang.Float,java.lang.Long>