Collection.tryAddIfNotNull documentation
The online help for tryAddIfNotNull: "attempts to add the value specified by the value parameter to the collection if the value is not null and it is not already contained in the collection. This method returns true if the value was successfully a...