Interface Throwables.BiIntObjPredicate<T,E extends Throwable>

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

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

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

    • test

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