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