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