public class ConstantLongGetter<T> extends Object implements LongGetter<T>, Getter<T,Long>
| Constructor and Description |
|---|
ConstantLongGetter(long value) |
| Modifier and Type | Method and Description |
|---|---|
Long |
get(T target)
Return the property from the specified object.
|
long |
getLong(T target) |
public long getLong(T target)
getLong in interface LongGetter<T>Copyright © 2020. All rights reserved.