ReadOnlyBytePropertyWrapper
class ReadOnlyBytePropertyWrapper(wraps: ByteProperty) : ReadOnlyPropertyWrapper<Byte, Property<Byte>> , ReadOnlyByteProperty
Never use this class directly. Use ByteProperty.asReadOnly to obtain a read-only version of a mutable ByteProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Byte, Property<Byte>>
, use ReadOnlyBytePropertyWrapper
.