Class NullIfEq

  • All Implemented Interfaces:
    java.util.function.DoubleFunction<java.lang.Double>

    public class NullIfEq
    extends java.lang.Object
    implements java.util.function.DoubleFunction<java.lang.Double>
    • Constructor Summary

      Constructors 
      Constructor Description
      NullIfEq​(double compareto)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.Double apply​(double value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NullIfEq

        public NullIfEq​(double compareto)
    • Method Detail

      • apply

        public java.lang.Double apply​(double value)
        Specified by:
        apply in interface java.util.function.DoubleFunction<java.lang.Double>