Interface ObjectValue.DoubleFunction2

Enclosing interface:
ObjectValue

public static interface ObjectValue.DoubleFunction2
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    apply(double n1, double n2)
     
  • Method Details

    • apply

      double apply(double n1, double n2)