@FunctionalInterface public interface ThrowingConsumer<T,X extends Exception>
void
accept(T input)
void accept(T input) throws X extends Exception
X extends Exception
Copyright © 2015 Zalando SE. All rights reserved.