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