T - the type of the input to the operation.E - the type of checked exception thrown.@FunctionalInterface
public interface CheckedConsumer<T,E extends java.lang.Exception>
Consumer, whose method
throws a checked exception.| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t)
Performs this operation on the given argument.
|
Copyright © 2018 Frederic Thevenet. All rights reserved.