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