public class ConstantBooleanGetter<T> extends Object implements BooleanGetter<T>, Getter<T,Boolean>
| Constructor and Description |
|---|
ConstantBooleanGetter(boolean value) |
| 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)
getBoolean in interface BooleanGetter<T>Copyright © 2017. All rights reserved.