Interface Function<P,R>
-
public interface Function<P,R>
A generic function interface that takes a single parameter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
invoke(P parameter)
-