@ThreadSafe public static class ChoiceFormatter.Condition extends Object
| Constructor and Description |
|---|
Condition(String test,
ChoiceFormatter.Operator operator,
Formatter subFormat) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(Object value) |
protected boolean |
applyBooleanValue(Boolean value) |
protected boolean |
applyNullValue() |
protected boolean |
applyNumberValue(Number value) |
protected boolean |
applyStringValue(String value) |
ChoiceFormatter.Operator |
getOperator() |
Formatter |
getSubFormat() |
Object |
getTest() |
String |
toString() |
@Nonnull public ChoiceFormatter.Operator getOperator()
protected boolean applyNullValue()
Copyright © 2024 echocat. All rights reserved.