Getter<T,Character>, CharacterGetter<T>public class BoxedCharacterGetter<T> extends Object implements CharacterGetter<T>, Getter<T,Character>
| Constructor | Description |
|---|---|
BoxedCharacterGetter(Getter<? super T,? extends Character> delegate) |
| Modifier and Type | Method | 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 © 2019. All rights reserved.