Interface Throwables.EE.TriPredicate<A,B,C,E extends Throwable,E2 extends Throwable>

Enclosing class:
Throwables.EE

public static interface Throwables.EE.TriPredicate<A,B,C,E extends Throwable,E2 extends Throwable>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(A a, B b, C c)
     
  • Method Details

    • test

      boolean test(A a, B b, C c) throws E, E2
      Parameters:
      a -
      b -
      c -
      Returns:
      Throws:
      E
      E2