@FunctionalInterface public interface CheckedConsumer<T,E extends Exception>
Consumer
void
accept(T t)
void accept(T t) throws E extends Exception
E extends Exception
Copyright © 2021. All rights reserved.