JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.core.utils.lamda.single
Interface ThrowableConsumer<F,E extends
Throwable
>
public interface
ThrowableConsumer<F,E extends
Throwable
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
run
(
F
value)
Method Details
run
void
run
(
F
value)
throws
E
Throws:
E
extends
Throwable