public class ConstantFloatGetter<T> extends Object implements FloatGetter<T>, Getter<T,Float>
| Constructor and Description |
|---|
ConstantFloatGetter(float value) |
| Modifier and Type | Method and Description |
|---|---|
Float |
get(T target)
Return the property from the specified object.
|
float |
getFloat(T target) |
public float getFloat(T target)
getFloat in interface FloatGetter<T>Copyright © 2020. All rights reserved.