@FunctionalInterface public interface NonNullConsumer<T>
Consumer
void
accept(T t)
void accept(@Nonnull T t)