Package org.msgpack.value
Interface ImmutableBooleanValue
-
- All Superinterfaces:
BooleanValue
,ImmutableValue
,Value
- All Known Implementing Classes:
ImmutableBooleanValueImpl
public interface ImmutableBooleanValue extends BooleanValue, ImmutableValue
Immutable representation of MessagePack's Boolean type. MessagePack's Boolean type can representtrue
orfalse
.
-
-
Method Summary
-
Methods inherited from interface org.msgpack.value.BooleanValue
getBoolean
-
Methods inherited from interface org.msgpack.value.ImmutableValue
asArrayValue, asBinaryValue, asBooleanValue, asFloatValue, asIntegerValue, asMapValue, asNilValue, asRawValue, asStringValue
-
Methods inherited from interface org.msgpack.value.Value
asExtensionValue, asNumberValue, equals, getValueType, immutableValue, isArrayValue, isBinaryValue, isBooleanValue, isExtensionValue, isFloatValue, isIntegerValue, isMapValue, isNilValue, isNumberValue, isRawValue, isStringValue, toJson, writeTo
-
-