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 Function5<In1,
In2,
In3,
In4,
In5,
Out>
public interface
Function5<In1,
In2,
In3,
In4,
In5,
Out>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Out
call
(
In1
a,
In2
b,
In3
c,
In4
d,
In5
e)
Method Details
call
Out
call
(
In1
a,
In2
b,
In3
c,
In4
d,
In5
e)