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