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
org.burningwave.function
Interface ThrowingTriFunction<P0,
P1,
P2,
R,
E extends
Throwable
>
public interface
ThrowingTriFunction<P0,
P1,
P2,
R,
E extends
Throwable
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
R
apply
(
P0
p0,
P1
p1,
P2
p2)
Method Details
apply
R
apply
(
P0
p0,
P1
p1,
P2
p2)
throws
E
Throws:
E
extends
Throwable