Getter<T,Long>, LongGetter<T>public class ConstantLongGetter<T> extends Object implements LongGetter<T>, Getter<T,Long>
| Constructor | Description |
|---|---|
ConstantLongGetter(long value) |
| Modifier and Type | Method | 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 © 2019. All rights reserved.