Interface ThrowingPredicate<T,E extends Throwable>


public interface ThrowingPredicate<T,E extends Throwable>
  • Method Summary

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

    • test

      boolean test(T t) throws E
      Throws:
      E extends Throwable