Interface Int4ToDoubleFunction

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 Int4ToDoubleFunction
  • Method Summary

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

    • applyAsDouble

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