JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
net.orbyfied.aspen.util
Interface ThrowingConsumer<T>
public interface
ThrowingConsumer<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
accept
(
T
value)
Method Details
accept
void
accept
(
T
value)
throws
Throwable
Throws:
Throwable