Interface ObjInt2Function<F,T>

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 ObjInt2Function<F,T>
A function with one object and two int parameters.
Since:
10.6
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(F a, int b, int c)
     
  • Method Details

    • apply

      T apply(F a, int b, int c)