T
- type of the consumed elements.E
- type of the exception thrown.@FunctionalInterface public interface ThrowingConsumer<T,E extends Throwable>
Consumer
interface enhanced with
the ability to throw an exception.Modifier and Type | Method and Description |
---|---|
void |
accept(T t)
Performs this operation on the given argument.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.