I have to translate those to `if (nullable!=null) ...
# android
a
I have to translate those to
if (nullable!=null) func(nullable) else otherwise
for proguard to optimize