@FunctionalInterface public interface CheckedConsumer<T> extends Serializable
void
accept(T t)
void accept(@Nullable T t) throws Throwable
t
Throwable
Copyright © 2024. All rights reserved.