Probably simpler: `foo.scheduleTask?.let { it() }`...
# announcements
c
Probably simpler:
foo.scheduleTask?.let { it() }
(not 100% sure)