| 程序包 | 说明 |
|---|---|
| com.github.braisdom.objsql.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T,R,E extends Throwable> |
FunctionWithThrowable.asFunctionWithThrowable(Function<T,R> function)
Utility method to convert FunctionWithThrowable
|
static <T,R,E extends Throwable> |
FunctionWithThrowable.castFunctionWithThrowable(FunctionWithThrowable<T,R,E> functionwiththrowable)
Utility method to mark lambdas of type FunctionWithThrowable
|
default FunctionWithThrowable<T,R,E> |
FunctionWithThrowable.onException(BiConsumer<Throwable,Object[]> consumer) |
default FunctionWithThrowable<T,R,E> |
FunctionWithThrowable.onException(Consumer<Throwable> consumer) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T,R,E extends Throwable> |
FunctionWithThrowable.aFunctionThatUnsafelyThrowsUnchecked(FunctionWithThrowable<T,R,E> functionwiththrowable)
Utility method to unwrap lambdas of type Function and withUncheckedThrowable any Exception
|
static <T,R,E extends Throwable> |
FunctionWithThrowable.castFunctionWithThrowable(FunctionWithThrowable<T,R,E> functionwiththrowable)
Utility method to mark lambdas of type FunctionWithThrowable
|
Copyright © 2020 com.github.braisdom. All rights reserved.