java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.conversions.from_double.ToBoolean
- All Implemented Interfaces:
java.util.function.Function<java.lang.Double,java.lang.Boolean>
public class ToBoolean
extends java.lang.Object
implements java.util.function.Function<java.lang.Double,java.lang.Boolean>
-
Constructor Summary
Constructors
| Constructor |
Description |
ToBoolean() |
|
-
Method Summary
| Modifier and Type |
Method |
Description |
java.lang.Boolean |
apply(java.lang.Double 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
-
-
Method Details
-
public java.lang.Boolean apply(java.lang.Double input)
- Specified by:
apply in interface java.util.function.Function<java.lang.Double,java.lang.Boolean>