ReadOnlyIntPropertyWrapper

Never use this class directly. Use IntProperty.asReadOnly to obtain a read-only version of a mutable IntProperty.

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Int, Property<Int>>, use ReadOnlyIntPropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: IntProperty)