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