Package ucar.unidata.util
Interface Function<A,B>
public interface Function<A,B>
-
Method Summary
-
Method Details
-
apply
Transforms anA
into aB
.- Parameters:
arg
- The particularA
to be transformed.- Returns:
- Result of the transformation.
-