| 程序包 | 说明 |
|---|---|
| com.iofairy.tcf |
tcf: try-catch-finally
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static void |
Try.tcf(VT0<Throwable> tryAction) |
Simplify
try-catch block. |
static void |
Try.tcf(VT0<Throwable> tryAction,
boolean isPrintTrace) |
Simplify
try-catch block. |
static void |
Try.tcf(VT0<Throwable> tryAction,
V1<Throwable> catchAction) |
Simplify
try-catch block. |
Copyright © 2023 io-fairy. All rights reserved.