JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
pl.matsuo.core.util.function
Interface ThrowingExceptionsBiFunction<D,
E,
F>
public interface
ThrowingExceptionsBiFunction<D,
E,
F>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
F
apply
(
D
first,
E
second)
Method Details
apply
F
apply
(
D
first,
E
second)
throws
Exception
Throws:
Exception