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