JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.lambda.functions
Interface Function3<In1,In2,In3,Out>
All Known Implementing Classes:
F3
public interface
Function3<In1,In2,In3,Out>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Out
call
(
In1
a,
In2
b,
In3
c)
Method Details
call
Out
call
(
In1
a,
In2
b,
In3
c)