public interface Function<T,V> extends 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 |
---|---|
V |
valueOf(T object) |
Copyright © 2004–2016. All rights reserved.