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