Interface EventConsumer<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A consumer that allows implementations to throw exceptions.
- Since:
- 3.0
- Author:
- Steve Chernyak
-
Method Summary
-
Method Details
-
accept
Performs this operation on the given argument.- Parameters:
var- the input argument- Throws:
Exception- if the operation results in an exception
-