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

Enclosing class:
Throwables.EE

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

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

    • test

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