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
org.openstreetmap.josm.tools
Interface Utils.Function<A,B>
Type Parameters:
A
- class of input objects
B
- class of transformed objects
Enclosing class:
Utils
public static interface
Utils.Function
<A,B>
Represents a function that can be applied to objects of
A
and returns objects of
B
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
B
apply
(
A
x)
Applies the function on
x
.
Method Detail
apply
B
apply
(
A
x)
Applies the function on
x
.
Parameters:
x
- an object of
Returns:
the transformed object
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
JOSM