kevinmost
03/09/2017, 4:18 PMfoo.veryDescriptiveMethodName()
?.additionalCall()
seems perfect to me. The following is the only other way I can think to write it and it just looks bad IMO
foo.veryDescriptiveMethodName()?
.additionalCall()