JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.burningwave.function
Interface ThrowingConsumer<T,
E extends
Throwable
>
public interface
ThrowingConsumer<T,
E extends
Throwable
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
accept
(
T
t)
Method Details
accept
void
accept
(
T
t)
throws
E
Throws:
E
extends
Throwable