@FunctionalInterface public interface Function<T,V> extends Function<T,V>, Serializable
T
passed to the valueOf() method. This transformation can return the value of calling a getter, or perform
some more elaborate logic to calculate a value, of type V
.Modifier and Type | Method and Description |
---|---|
default V |
apply(T each) |
V |
valueOf(T each) |
Copyright © 2004–2016. All rights reserved.