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
de.eldoria.eldoutilities.functions
Interface ThrowingFunction<T,
R,
E extends
Exception
>
public interface
ThrowingFunction<T,
R,
E extends
Exception
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
R
apply
(
T
t)
Method Details
apply
R
apply
(
T
t)
throws
E
Throws:
E
extends
Exception