`if(buffer != null) buffer.addAll(something)` seem...
# random
d
if(buffer != null) buffer.addAll(something)
seems best then? You get the smartcast and everything.