Getter<T,Long>, LongGetter<T>public class BoxedLongGetter<T> extends Object implements LongGetter<T>, Getter<T,Long>
| Constructor | Description |
|---|---|
BoxedLongGetter(Getter<? super T,? extends Long> delegate) |
| Modifier and Type | Method | Description |
|---|---|---|
Long |
get(T target) |
Return the property from the specified object.
|
long |
getLong(T target) |
Copyright © 2019. All rights reserved.