接口 ThrowableBiFunction.ExceptionHandler<T,​U,​R>

  • 类型参数:
    T - the first argument type
    U - the second argument type
    R - the return type
    封闭接口:
    ThrowableBiFunction<T,​U,​R>

    public static interface ThrowableBiFunction.ExceptionHandler<T,​U,​R>
    The handler interface for exception
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      R handle​(T first, U second, java.lang.Throwable failure)
      Handle the exception with the function arguments
    • 方法详细资料

      • handle

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