@FunctionalInterface public interface RethrowableConsumer<T> extends Consumer<T>
default void
accept(T t)
void
doAccept(T t)
andThen
default void accept(T t)
accept
Consumer<T>
void doAccept(T t) throws Exception
Exception
Copyright © 2017. All rights reserved.