T
public interface Consumer<T>
void
accept(T t)
void accept(@NonNull T t) throws java.lang.Exception
t
java.lang.Exception