DictionaryForumContacts

   Russian
Terms for subject Programming containing с отложенной инициализацией | all forms | in specified order only
RussianEnglish
переменная с отложенной инициализациейlateinit var (Alex_Odeychuk)
с отложенной инициализациейlazy (Alex_Odeychuk)
свойство с отложенной инициализациейlazy property (the first call to the property concerned evaluates the lambda expression passed to it as an argument and the property remembers the result, subsequent calls to the property simply return the remembered result Alex_Odeychuk)