ReadOnlyLongPropertyWrapper

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.

Constructors

Link copied to clipboard
constructor(wraps: LongProperty)