@FunctionalInterface public interface ExceptionConsumer<T,E extends Exception>
void
accept(T t)
void accept(T t) throws E extends Exception
t
E
E extends Exception
Copyright © 2015 JBoss, a division of Red Hat, Inc.