Getter<T,Boolean>, BooleanGetter<T>public class BoxedBooleanGetter<T> extends Object implements BooleanGetter<T>, Getter<T,Boolean>
| Constructor | Description |
|---|---|
BoxedBooleanGetter(Getter<? super T,? extends Boolean> delegate) |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
get(T target) |
Return the property from the specified object.
|
boolean |
getBoolean(T target) |
public boolean getBoolean(T target) throws Exception
getBoolean in interface BooleanGetter<T>ExceptionCopyright © 2019. All rights reserved.