```files?.isNotEmpty()?.let { uploadFiles(it).bind...
# arrow
p
Copy code
files?.isNotEmpty()?.let { uploadFiles(it).bind() }