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
com.solidfire.core.javautil
Interface Function<T,R>
Type Parameters:
T
- The input to the function.
R
- The output of the function.
public interface
Function<T,R>
Equivalent of the Java 8 Function interface.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
apply
(
T
t)
Applies this function to the given argument.
Method Detail
apply
R
apply(
T
t)
Applies this function to the given argument.
Parameters:
t
- the function argument
Returns:
the function result
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