Interface Int2ToDoubleFunction

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Int2ToDoubleFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    applyAsDouble(int i1, int i2)
    Applies this function to the given argument.
  • Method Details

    • applyAsDouble

      double applyAsDouble(int i1, int i2)
      Applies this function to the given argument.
      Parameters:
      i1 - i1
      i2 - i2
      Returns:
      value