Interface Throwables.LongObjPredicate<T,E extends Throwable>

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

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

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

    • test

      boolean test(long i, T t) throws E
      Parameters:
      i -
      t -
      Returns:
      Throws:
      E