Regarding "Delegated Properties": Is it possible (...
# announcements
j
Regarding "Delegated Properties": Is it possible (and how?) to get an instance to the
Lazy
object when creating a property using
by lazy{}
syntax? I would like to create a method that returns null if the property has not yet been initialized - of course without initializing it.