ReadOnlyFilePropertyWrapper

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

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<File, Property<File>>, use ReadOnlyFilePropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: FileProperty)