Class NullIfWithin
- java.lang.Object
-
- io.virtdata.libbasics.shared.from_double.to_other.NullIfWithin
-
- All Implemented Interfaces:
java.util.function.DoubleFunction<java.lang.Double>
public class NullIfWithin extends java.lang.Object implements java.util.function.DoubleFunction<java.lang.Double>
-
-
Constructor Summary
Constructors Constructor Description NullIfWithin(double min, double max)
-
Method Summary
Modifier and Type Method Description java.lang.Doubleapply(double value)
-