JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ucar.unidata.util
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
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method