IOpt Property View
A read-only property that is created in an uninitialized state and can be observed.
Functions
Properties
Inheritors
Extensions
Link copied to clipboard
fun IOptPropertyView<Boolean>.and(other: IOptPropertyView<Boolean>): IOptPropertyView<Boolean>
Content copied to clipboard
Link copied to clipboard
Converts an optional property to a non-optional property with a nullable value type.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun IOptPropertyView<Boolean>.or(other: IOptPropertyView<Boolean>): IOptPropertyView<Boolean>
Content copied to clipboard
Link copied to clipboard
Returns the value of the property, or throws an exception if it was not initialized.