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