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