public class BoxedCharacterGetter<T> extends Object implements CharacterGetter<T>, Getter<T,Character>
| Constructor and Description |
|---|
BoxedCharacterGetter(Getter<? super T,? extends Character> delegate) |
| Modifier and Type | Method and Description |
|---|---|
Character |
get(T target)
Return the property from the specified object.
|
char |
getCharacter(T target) |
public char getCharacter(T target) throws Exception
getCharacter in interface CharacterGetter<T>ExceptionCopyright © 2020. All rights reserved.