Interface Int2ToIntFunction

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

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

    • applyAsInt

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