@FunctionalInterface public interface ThrowingConsumer<T,E extends Exception>
void
accept(T t)
void accept(T t) throws E extends Exception
E extends Exception
Copyright © 2014–2016. All rights reserved.