Interface ThrowingBiPredicate<T,U,E extends Throwable>


public interface ThrowingBiPredicate<T,U,E 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
      Throws:
      E extends Throwable