T
@FunctionalInterface public interface CheckedConsumer<T>
void
accept(T value)
void accept(T value) throws Throwable
value
Throwable
Copyright © 2017. All Rights Reserved.