optionalPrinterProperty
fun optionalPrinterProperty(initialValue: Printer?): PropertyDelegate<Printer?, SimpleOptionalPrinterProperty>
A Kotlin delegate
to create an OptionalPrinterProperty (the implementation will be a SimpleOptionalPrinterProperty). Typical usage :
val fooProperty by optionalPrinterProperty( initialValue )
var foo by myFooProperty
Content copied to clipboard