public static interface EclipseMisc.ThrowingConsumer<T>
Consumer which can throw an exception.
void
accept(T object)
void accept(T object) throws Throwable
Throwable