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 Rinvoke(P parameter)
-
public interface Function<P,R>
| Modifier and Type | Method | Description |
|---|---|---|
R |
invoke(P parameter) |