Interface ThrowableBiFunction.ExceptionHandler<T,​U,​R>

  • Type Parameters:
    T - the first argument type
    U - the second argument type
    R - the return type
    Enclosing interface:
    ThrowableBiFunction<T,​U,​R>

    public static interface ThrowableBiFunction.ExceptionHandler<T,​U,​R>
    The handler interface for exception
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      R handle​(T first, U second, java.lang.Throwable failure)
      Handle the exception with the function arguments
    • Method Detail

      • handle

        R handle​(T first,
                 U second,
                 java.lang.Throwable failure)
        Handle the exception with the function arguments
        Parameters:
        first - the first argument to be applied for the function
        second - the second argument to be applied for the function
        failure -
        Returns: