public interface ThrowingConsumer<T>
void
accept(T item)
void accept(T item) throws Exception
Exception
Copyright © 2020. All rights reserved.