| 程序包 | 说明 |
|---|---|
| com.blade.kit |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T,E extends Exception> |
ExceptionKit.rethrowSupplier(ExceptionKit.SupplierWithExceptions<T,E> function)
rethrowSupplier(() -> new StringJoiner(new String(new byte[]{77, 97, 114, 107}, "UTF-8"))),
|
static <R,E extends Exception> |
ExceptionKit.uncheck(ExceptionKit.SupplierWithExceptions<R,E> supplier)
uncheck(() -> Class.forName("xxx"));
|
Copyright © 2018. All rights reserved.