Getter<T,Double>, DoubleGetter<T>public class BoxedDoubleGetter<T> extends Object implements DoubleGetter<T>, Getter<T,Double>
| Constructor | Description |
|---|---|
BoxedDoubleGetter(Getter<? super T,? extends Double> delegate) |
| Modifier and Type | Method | Description |
|---|---|---|
Double |
get(T target) |
Return the property from the specified object.
|
double |
getDouble(T target) |
Copyright © 2019. All rights reserved.