Searched refs:asBoolean (Results 1 – 2 of 2) sorted by relevance
11 abstract boolean asBoolean() throws IllegalStateException; in asBoolean() method in MutableOptionValue79 boolean asBoolean() throws IllegalStateException { in asBoolean() method in MutableOptionValue.MutableOptionStringValue121 boolean asBoolean() throws IllegalStateException { in asBoolean() method in MutableOptionValue.MutableOptionDoubleValue178 boolean asBoolean() throws IllegalStateException { in asBoolean() method in MutableOptionValue.MutableOptionLongValue230 boolean asBoolean() throws IllegalStateException { in asBoolean() method in MutableOptionValue.MutableOptionIntValue274 boolean asBoolean() { in asBoolean() method in MutableOptionValue.MutableOptionBooleanValue316 boolean asBoolean() { in asBoolean() method in MutableOptionValue.MutableOptionIntArrayValue361 boolean asBoolean() throws IllegalStateException { in asBoolean() method in MutableOptionValue.MutableOptionEnumValue
169 return value.asBoolean(); in getBoolean()