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 Function<T1,Out>
Type Parameters:
T1
- type of the input parameter of the function
Out
- the output type of the function
public interface
Function<T1,Out>
A generic interface for function with one argument.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Out
apply
(
T1
t1)
Method Detail
apply
Out
apply(
T1
t1)
Parameters:
t1
- the argument for the function application
Returns:
a function aplied parameters T1.
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