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 fromtarget
Copyright © 2010–2022. All rights reserved.