JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Search
Help
cool.scx.function
Function3
Contents
Description
Method Summary
Method Details
apply(A, B, C)
Hide sidebar
Show sidebar
Interface Function3<
A
,
B
,
C
,
R
,
X extends
Throwable
>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface
Function3<A, B, C, R, X extends
Throwable
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
R
apply
(
A
a,
B
b,
C
c)
Method Details
apply
R
apply
(
A
a,
B
b,
C
c)
throws
X
Throws:
X