ReadOnlyBytePropertyWrapper

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.

Constructors

Link copied to clipboard
constructor(wraps: ByteProperty)