Interface Throwables.IntObjPredicate<T,E extends Throwable>

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

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

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

    • test

      boolean test(int i, T t) throws E
      Throws:
      E extends Throwable