Interface ObjectObjectIntFunction<T,U,R>


public interface ObjectObjectIntFunction<T,U,R>
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    apply(T t, U u, int j)
     
  • Method Details Link icon

    • apply Link icon

      R apply(T t, U u, int j)