T
@FunctionalInterface public interface Consumer<T>
void
accept(T t)
void accept(T t) throws Throwable
t
Throwable