public interface ThrowableSupplier<T,X extends Throwable>
| 限定符和类型 | 方法和说明 |
|---|---|
static <T,X extends Throwable> |
cast(ThrowableSupplier<T,X> func) |
T |
get() |
static <T,X extends Throwable> ThrowableSupplier<T,X> cast(ThrowableSupplier<T,X> func)
Copyright © 2023 wuyushuo. All rights reserved.