public interface Function<A,B>
ViewDescriptor for an example of it's use.
Note: This class is based on the java.util.Function class added in Java 1.8. We cannot use the Function from Java 1.8 because this library is Java 1.6 compatible.
| Modifier and Type | Method and Description |
|---|---|
B |
apply(A arg) |