@FunctionalInterface public interface ConsumerWithException<T>
void
accept(T t)
void accept(T t) throws Exception
Exception
Copyright © 2014. All rights reserved.