@FunctionalInterface public interface ThrowingConsumer<A>
void
accept(A a)
void accept(A a) throws Exception
Exception
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.