Interface Throwables.ObjBiIntPredicate<T,E extends Throwable>

All Known Subinterfaces:
ObjBiIntPredicate<T>
Enclosing class:
Throwables

public static interface Throwables.ObjBiIntPredicate<T,E extends Throwable>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(T t, int i, int j)
     
  • Method Details

    • test

      boolean test(T t, int i, int j) throws E
      Parameters:
      t -
      i -
      j -
      Throws:
      E