JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
pl.matsuo.core.util.function
Interface ThrowingExceptionsConsumer<E>
public interface
ThrowingExceptionsConsumer<E>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
accept
(
E
value)
Method Details
accept
void
accept
(
E
value)
throws
Exception
Throws:
Exception