T - the type of the input to the operationE - the type of the exception thrown@FunctionalInterface public interface ThrowingConsumer<T,E extends Exception>
This is a functional interface
whose functional method is accept(Object).
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t)
Performs this operation on the given argument.
|
Copyright © 2018 WSO2. All rights reserved.