T - The type of object defining this propertypublic interface Property<T>
| Modifier and Type | Method and Description | 
|---|---|
<V> V | 
getValue(T target)
Returns the value of the property on given  
target. | 
<V> V getValue(T target)
target.V - The type of value expectedtarget - The instance to get the property value fromtargetCopyright © 2010–2018. All rights reserved.