Interface Throwables.IntBiPredicate<E extends Throwable>

  • Type Parameters:
    E -
    All Known Subinterfaces:
    IntBiPredicate
    Enclosing class:
    Throwables

    public static interface Throwables.IntBiPredicate<E extends Throwable>
    The Interface IntBiPredicate.
    • Method Detail

      • test

        boolean test​(int t,
                     int u)
              throws E extends Throwable
        Parameters:
        t -
        u -
        Returns:
        true, if successful
        Throws:
        E - the e
        E extends Throwable