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