Package net.dermetfan.utils
Interface Function<A,R>
- Type Parameters:
R
- the return typeA
- the argument type
public interface Function<A,R>
A basic rip-off of
Function
from Java 8.-
Method Summary
-
Method Details
-
apply
- Parameters:
arg
- the argument- Returns:
- the return value
-