| 程序包 | 说明 |
|---|---|
| cn.ponfee.scheduler.common.exception |
| 限定符和类型 | 方法和说明 |
|---|---|
static <R> R |
Throwables.caught(Throwables.ThrowingSupplier<R,?> supplier) |
static <R> R |
Throwables.checked(Throwables.ThrowingSupplier<R,?> supplier) |
static <R,T extends Throwable> |
Throwables.ThrowingSupplier.checked(Throwables.ThrowingSupplier<R,T> supplier) |
static <R> R |
Throwables.ignored(Throwables.ThrowingSupplier<R,?> supplier) |
static <R,T extends Throwable> |
Throwables.supplier(Throwables.ThrowingSupplier<R,T> supplier) |
Copyright © 2023. All rights reserved.