T - T@FunctionalInterface public interface ExceptionSupplier<T>
| 限定符和类型 | 方法和说明 |
|---|---|
T |
get()
Gets a result.
|
default T |
getWithCatchAny() |
default T |
getWithCatchAny(T defaultVal) |
default T |
getWithThrowAny() |
Copyright © 2022. All rights reserved.