@FunctionalInterface public interface SneakyThrowsSupplier<T> extends java.util.function.Supplier<T>, ThrowsSupplier<T>
| 限定符和类型 | 方法和说明 |
|---|---|
default T |
get() |
throwableGetdefault T get()
get 在接口中 java.util.function.Supplier<T>Copyright © 2023. All rights reserved.