hi, is there a nice way to lazy initialize propert...
# rx
r
hi, is there a nice way to lazy initialize property from onSuccess/onNext of Single/Flowable ?
r
by lazy do you mean
if == null -> assign variable
?