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