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
SEARCH:
Package
net.ME1312.Galaxi.Library
Interface Try.Consumer<T>
Enclosing class:
Try
public static interface
Try.Consumer<T>
Consumer that could throw an exception
See Also:
Consumer
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
run
(
T
arg)
Method Details
run
void
run
(
T
arg)
throws
Throwable
Throws:
Throwable