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