ReadOnlyApplicationStatusPropertyWrapper

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

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<ApplicationStatus, Property<ApplicationStatus>>, use ReadOnlyApplicationStatusPropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: ApplicationStatusProperty)