@FunctionalInterface public interface SneakyThrowConsumer1<T> extends java.util.function.Consumer<T>
default void
accept(T t)
void
throwableAccept(T t)
andThen
void throwableAccept(T t) throws Throwable
Throwable
default void accept(T t)
accept
java.util.function.Consumer<T>
Copyright © 2021. All rights reserved.