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
dev.jorel.commandapi.arguments.parser.function
Interface ThrowingBiFunction<T,
U,
R,
E extends
Exception
>
public interface
ThrowingBiFunction<T,
U,
R,
E extends
Exception
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
R
apply
(
T
t,
U
u)
Method Details
apply
R
apply
(
T
t,
U
u)
throws
E
Throws:
E