Interface Throwables.EE.Predicate<T,E extends Throwable,E2 extends Throwable>

Enclosing class:
Throwables.EE

public static interface Throwables.EE.Predicate<T,E extends Throwable,E2 extends Throwable>
  • Method Summary

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

    • test

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