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

Type Parameters:
T -
U -
E -
All Known Subinterfaces:
BiPredicate<T,U>
Enclosing class:
Throwables

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

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

    • test

      boolean test(T t, U u) throws E
      Parameters:
      t -
      u -
      Returns:
      Throws:
      E - the e
    • unchecked

      @Beta default BiPredicate<T,U> unchecked()
      Returns: