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

Enclosing class:
Throwables.EEE

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

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

    • test

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