Getter<T,Float>, FloatGetter<T>public class BoxedFloatGetter<T> extends Object implements FloatGetter<T>, Getter<T,Float>
| Constructor | Description |
|---|---|
BoxedFloatGetter(Getter<? super T,? extends Float> delegate) |
| Modifier and Type | Method | Description |
|---|---|---|
Float |
get(T target) |
Return the property from the specified object.
|
float |
getFloat(T target) |
Copyright © 2019. All rights reserved.