A
Android Central Question
I was wondering I someone can explane me the function let in a lamda expression with livedata, is this just to print the lamda expression? Some people use it to get no null pointer exceptions anymore .. {value-> value?.let{do something with 'it'}}