@FunctionalInterface public interface SneakyThrowsConsumer1<T> extends java.util.function.Consumer<T>, ThrowsConsumer1<T>
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
accept(T t) |
andThenthrowableAcceptdefault void accept(T t)
accept 在接口中 java.util.function.Consumer<T>Copyright © 2023. All rights reserved.