JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
generated at 2018-01-05 21:49 +0000
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
edu.wisc.ssec.mcidasv.util.functional
Interface Function<A,B>
public interface
Function
<A,B>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
B
apply
(
A
arg)
Transforms an
A
into a
B
.
Method Detail
apply
B
apply
(
A
arg)
Transforms an
A
into a
B
.
Parameters:
arg
- The particular
A
to be transformed.
Returns:
Result of the transformation.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
generated at 2018-01-05 21:49 +0000
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method