I suggest adding ifPresent function for nullable t...
# announcements
v
I suggest adding ifPresent function for nullable types (usage:
something.ifPresent {
) to use it instead of the ugly
something?.let {