Interface Function<A,B>
public interface Function<A,B>
-
Method Summary
-
Method Details
-
apply
Transforms anAinto aB.- Parameters:
arg- The particularAto be transformed.- Returns:
- Result of the transformation.
-
A into a B.arg - The particular A to be transformed.