@FunctionalInterface public interface CheckedConsumer<T>
Consumer that allows for checked exceptions.| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t)
Performs this operation on the given argument.
|
Copyright © 2014. All Rights Reserved.