@FunctionalInterface public interface EConsumer<T,E extends Throwable> extends Consumer<T>
default void
accept(T t)
void
eAccept(T t)
andThen
default void accept(T t)
accept
Consumer<T>
void eAccept(T t) throws E extends Throwable
E extends Throwable
Copyright © 2021–2022. All rights reserved.