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