| 程序包 | 说明 |
|---|---|
| cn.ponfee.disjob.common.exception | |
| cn.ponfee.disjob.common.spring |
| 限定符和类型 | 方法和说明 |
|---|---|
default <R> Throwables.ThrowingFunction<E,R,T> |
Throwables.ThrowingConsumer.toFunction(R result) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <E,R> R |
Throwables.ThrowingFunction.doCaught(Throwables.ThrowingFunction<E,R,?> function,
E arg) |
static <E,R> R |
Throwables.ThrowingFunction.doCaught(Throwables.ThrowingFunction<E,R,?> function,
E arg,
R defaultValue,
Supplier<String> message) |
static <E,R> R |
Throwables.ThrowingFunction.doChecked(Throwables.ThrowingFunction<E,R,?> function,
E arg) |
static <E,R> Function<E,R> |
Throwables.ThrowingFunction.toCaught(Throwables.ThrowingFunction<E,R,?> function) |
static <E,R> Function<E,R> |
Throwables.ThrowingFunction.toCaught(Throwables.ThrowingFunction<E,R,?> function,
R defaultValue,
Supplier<String> message) |
static <E,R> Function<E,R> |
Throwables.ThrowingFunction.toChecked(Throwables.ThrowingFunction<E,R,?> function) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
JdbcTemplateWrapper.executeInTransaction(Throwables.ThrowingFunction<Throwables.ThrowingFunction<String,PreparedStatement,?>,T,?> action) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
JdbcTemplateWrapper.executeInTransaction(Throwables.ThrowingConsumer<Throwables.ThrowingFunction<String,PreparedStatement,?>,?> action) |
<T> T |
JdbcTemplateWrapper.executeInTransaction(Throwables.ThrowingFunction<Throwables.ThrowingFunction<String,PreparedStatement,?>,T,?> action) |
Copyright © 2024. All rights reserved.