@FunctionalInterface public interface ThrowingConsumer<T> extends java.util.function.Consumer<T>
default void
accept(T elem)
void
acceptThrows(T elem)
andThen
default void accept(T elem)
accept
java.util.function.Consumer<T>
void acceptThrows(T elem) throws Exception
Exception
Copyright © 2023. All rights reserved.