@FunctionalInterface public interface ConsumerThrow<T,E extends Exception>
void
accept(T t)
default ConsumerThrow<T,E>
andThen(ConsumerThrow<? super T,E> after)
void accept(T t) throws E extends Exception
E extends Exception
default ConsumerThrow<T,E> andThen(ConsumerThrow<? super T,E> after)
Copyright © 2017. All rights reserved.