Class ScalarFunctions.Greater

  • All Implemented Interfaces:
    java.util.function.DoubleBinaryOperator
    Enclosing class:
    ScalarFunctions

    public static class ScalarFunctions.Greater
    extends java.lang.Object
    implements java.util.function.DoubleBinaryOperator
    • Constructor Summary

      Constructors 
      Constructor Description
      Greater()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double applyAsDouble​(double left, double right)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • Greater

        public Greater()
    • Method Detail

      • applyAsDouble

        public double applyAsDouble​(double left,
                                    double right)
        Specified by:
        applyAsDouble in interface java.util.function.DoubleBinaryOperator
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object