Interface ExceptionalPredicate<A,E extends Exception>


public interface ExceptionalPredicate<A,E extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(A a)
     
  • Method Details

    • test

      boolean test(A a) throws E
      Throws:
      E extends Exception