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