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