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