@FunctionalInterface public interface ThrowingConsumer<T>
Consumer
void
accept(T t)
void accept(T t) throws Exception
Exception
Copyright © 2024 The Apache Software Foundation. All rights reserved.