JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
genius.core.list
Interface Function2<T1,T2,Out>
Type Parameters:
T1
- type of create parameter 1
T2
- type of create parameter 2
Out
- the produced type
public interface
Function2<T1,T2,Out>
A generic interface for function of 2 parameters.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Out
apply
(
T1
t1,
T2
t2)
Method Detail
apply
Out
apply(
T1
t1,
T2
t2)
Parameters:
t1
- the first argument for the function application
t2
- the second argument for the function application
Returns:
a new object taking parameters T1 and T2.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method