Getter<T,Byte>, ByteGetter<T>public class BoxedByteGetter<T> extends Object implements ByteGetter<T>, Getter<T,Byte>
| Constructor | Description |
|---|---|
BoxedByteGetter(Getter<? super T,? extends Byte> delegate) |
| Modifier and Type | Method | Description |
|---|---|---|
Byte |
get(T target) |
Return the property from the specified object.
|
byte |
getByte(T target) |
Copyright © 2019. All rights reserved.