@FunctionalInterface public interface CheckedConsumer<T> extends Consumer<T>
default void
accept(T t)
void
acceptChecked(T t)
andThen
default void accept(T t)
accept
Consumer<T>
void acceptChecked(T t) throws Exception
Exception
Copyright © 2022 MuleSoft, Inc.. All rights reserved.